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