com.bea.wsrp.userproperty
Class PropertyMapKeyImpl

java.lang.Object
  extended by com.bea.wsrp.userproperty.PropertyMapKeyImpl
All Implemented Interfaces
PropertyMapKey, Serializable

public class PropertyMapKeyImpl
extends Object
implements PropertyMapKey

See Also
Serialized Form

Constructor Summary
PropertyMapKeyImpl(String propertySetName, String propertyName)
           
 
Method Summary
 boolean equals(Object o)
           
 String getPropertyName()
          Get the name of the property
 String getPropertySetName()
          Get the PropertySet this property belongs to
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyMapKeyImpl

public PropertyMapKeyImpl(String propertySetName,
                          String propertyName)
Parameters
propertySetName -
propertyName -
Method Detail

getPropertyName

public String getPropertyName()
Description copied from interface: PropertyMapKey
Get the name of the property

Specified by:
getPropertyName in interface PropertyMapKey
Returns
Returns the propertyName.

getPropertySetName

public String getPropertySetName()
Description copied from interface: PropertyMapKey
Get the PropertySet this property belongs to

Specified by:
getPropertySetName in interface PropertyMapKey
Returns
Returns the propertySetName.

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

equals

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


Copyright © 2011, Oracle. All rights reserved.