AR System Java API

com.bmc.arsys.api
Class FieldFunc

java.lang.Object
  extended by com.bmc.arsys.api.FieldFunc

public class FieldFunc
extends Object


Constructor Summary
FieldFunc(int fieldId, int funcId)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getFieldId()
           
 int getFuncId()
           
 int hashCode()
           
 String toString()
          Returns a string description of the object.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FieldFunc

public FieldFunc(int fieldId,
                 int funcId)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getFieldId

public int getFieldId()

getFuncId

public int getFuncId()

toString

public String toString()
Returns a string description of the object.

Overrides:
toString in class Object

AR System Java API

© Copyright 2006, 2007 BMC Software, Inc.