AbstractPropertyLocator Class
- public abstract class AbstractPropertyLocator
extends Object
implements PropertyLocator
, Serializable
Lightweight object that contains ConfigurableEntity's unique attributes.
PropertyLocator objects are used by the EntityProperty manager
implementations to identify ConfigurableEntities.
-
Hierarchy
-
Object
AbstractPropertyLocator
-
All Implemented Interfaces
-
PropertyLocator
, Serializable
AbstractPropertyLocator
public AbstractPropertyLocator()
compareTo(Object) Method
public int compareTo(Object
o)
Standard compareTo operator
equals(Object) Method
public boolean equals(Object
o)
Standard equals operator
-
Overrides
-
Object.equals(Object)
getJndiHomeName() Method
public String
getJndiHomeName()
Get the jndiHomeName of an entity
getPkString() Method
public String
getPkString()
Get the pk of an entity
getPropertySetType() Method
public String
getPropertySetType()
Get the propertySetType of an entity
hashCode() Method
public int hashCode()
Return a hashCode based on all fields to enable lookups in
a HashMap
-
Overrides
-
Object.hashCode()
setJndiHomeName(String) Method
public void setJndiHomeName(String
s)
Set the jndiHomeName of an entity
setPkString(String) Method
public void setPkString(String
s)
Set the pk of an entity
setPropertySetType(String) Method
public void setPropertySetType(String
s)
Set the propertySetType of an entity
toString() Method
public String
toString()
-
Overrides
-
Object.toString()