org.csapi.jr.se.fw
Class EntOp

java.lang.Object
  |
  +--org.csapi.jr.se.fw.EntOp
All Implemented Interfaces:
java.io.Serializable

public final class EntOp
extends java.lang.Object
implements java.io.Serializable

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'.

See Also:
Serialized Form

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

EntOp

public EntOp()
Creates a new EntOp instance.


EntOp

public EntOp(java.lang.String _entOpID,
             org.csapi.jr.se.fw.Property[] _entOpProperties)
Creates a new EntOp instance.

Parameters:
_entOpID -
_entOpProperties -
Method Detail

getEntOpID

public java.lang.String getEntOpID()
This method returns a entOpID.

Returns:
a String value

getEntOpProperties

public org.csapi.jr.se.fw.Property[] getEntOpProperties()
This method returns a entOpProperties.

Returns:
a org.csapi.jr.se.fw.Property[] value

setEntOpID

public void setEntOpID(java.lang.String entOpID)
This method sets a entOpID.


setEntOpProperties

public void setEntOpProperties(org.csapi.jr.se.fw.Property[] entOpProperties)
This method sets a entOpProperties.


equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hashcode value for the object.

Overrides:
hashCode in class java.lang.Object