|
Jive Forums API (5.5.20.2-oracle) Web Services Client Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jivesoftware.forum.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.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |