org.jcoderz.commons.config
Class ConfigEntityPK
java.lang.Object
org.jcoderz.commons.config.ConfigEntityPK
- All Implemented Interfaces:
- Serializable
public class ConfigEntityPK
- extends Object
- implements Serializable
Primary key for ConfigEntity.
- See Also:
- Serialized Form
configKey
public String configKey
ConfigEntityPK
public ConfigEntityPK()
ConfigEntityPK
public ConfigEntityPK(String configKey)
getConfigKey
public String getConfigKey()
setConfigKey
public void setConfigKey(String configKey)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
- Returns:
- String representation of this pk in the form of [.field1.field2.field3].
Copyright 2007 The jCoderZ Project.