|
Clearspace API (1.10.14) Web Services Client Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.community.webservices.Property
public class Property
Represents 1 extended property on an object.
| Constructor Summary | |
|---|---|
Property()
|
|
Property(java.lang.String name,
java.lang.String value)
Creates a new property the specfied property name and value. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getName()
Returns the property name. |
java.lang.String |
getValue()
Returns the property value. |
int |
hashCode()
|
void |
setName(java.lang.String name)
Set the property name. |
void |
setValue(java.lang.String value)
Sets the property value. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Property()
public Property(java.lang.String name,
java.lang.String value)
name - The name of the property.value - The value of the property.| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - the property name.public java.lang.String getValue()
public void setValue(java.lang.String value)
value - the property value.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||