|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.fw.EntOp
This data type is a Sequence of Data Elements which describes an enterprise operator. It is a structured data type, consisting of a unique 'enterprise operator ID' and a list of 'enterprise operator properties'.
Constructor Summary | |
EntOp()
Creates a new EntOp instance. |
|
EntOp(java.lang.String _entOpID,
org.csapi.jr.se.fw.Property[] _entOpProperties)
Creates a new EntOp instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
java.lang.String |
getEntOpID()
This method returns a entOpID. |
org.csapi.jr.se.fw.Property[] |
getEntOpProperties()
This method returns a entOpProperties. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setEntOpID(java.lang.String entOpID)
This method sets a entOpID. |
void |
setEntOpProperties(org.csapi.jr.se.fw.Property[] entOpProperties)
This method sets a entOpProperties. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EntOp()
public EntOp(java.lang.String _entOpID, org.csapi.jr.se.fw.Property[] _entOpProperties)
_entOpID
- _entOpProperties
- Method Detail |
public java.lang.String getEntOpID()
public org.csapi.jr.se.fw.Property[] getEntOpProperties()
public void setEntOpID(java.lang.String entOpID)
public void setEntOpProperties(org.csapi.jr.se.fw.Property[] entOpProperties)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |