Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.webservices
Class Property

java.lang.Object
  extended by com.jivesoftware.forum.webservices.Property

public class Property
extends java.lang.Object

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

Property

public Property()

Property

public Property(java.lang.String name,
                java.lang.String value)
Creates a new property the specfied property name and value.

Parameters:
name - The name of the property.
value - The value of the property.
Method Detail

getName

public java.lang.String getName()
Returns the property name.

Returns:
the property name

setName

public void setName(java.lang.String name)
Set the property name.

Parameters:
name - the property name.

getValue

public java.lang.String getValue()
Returns the property value.

Returns:
the property value.

setValue

public void setValue(java.lang.String value)
Sets the property value.

Parameters:
value - the property value.

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.