com.bea.netuix.application.communities
Class CommunityPropertyValue

java.lang.Object
  extended by com.bea.netuix.application.communities.CommunityPropertyValue
All Implemented Interfaces
Serializable

public class CommunityPropertyValue
extends Object
implements Serializable

CommunityPropertyValue

See Also
Serialized Form

Constructor Summary
CommunityPropertyValue(String value)
          Constructs a community property value.
 
Method Summary
 CommunityPropertyValue clone()
           
 boolean equals(Object o)
           
 String getValue()
          Value
 int hashCode()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommunityPropertyValue

public CommunityPropertyValue(String value)

Constructs a community property value.

Method Detail

getValue

public String getValue()
Value

Returns

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

clone

public CommunityPropertyValue clone()
Overrides:
clone in class Object


Copyright © 2006 BEA Systems, Inc. All Rights Reserved