|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.cc.CallLegProperty
This data type is a Sequence of Data Elements which describes a property. It is a structured data type consisting of a {name,value} pair:
Constructor Summary | |
CallLegProperty()
Creates a new CallLegProperty instance. |
|
CallLegProperty(java.lang.String _callLegPropertyName,
java.lang.String _callLegPropertyValue)
Creates a new CallLegProperty instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
java.lang.String |
getCallLegPropertyName()
This method returns a callLegPropertyName. |
java.lang.String |
getCallLegPropertyValue()
This method returns a callLegPropertyValue. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setCallLegPropertyName(java.lang.String callLegPropertyName)
This method sets a callLegPropertyName. |
void |
setCallLegPropertyValue(java.lang.String callLegPropertyValue)
This method sets a callLegPropertyValue. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CallLegProperty()
public CallLegProperty(java.lang.String _callLegPropertyName, java.lang.String _callLegPropertyValue)
_callLegPropertyName
- _callLegPropertyValue
- Method Detail |
public java.lang.String getCallLegPropertyName()
public java.lang.String getCallLegPropertyValue()
public void setCallLegPropertyName(java.lang.String callLegPropertyName)
public void setCallLegPropertyValue(java.lang.String callLegPropertyValue)
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 |