| java.lang.Object org.lateralnz.common.model.CompositeKey
CompositeKey | public class CompositeKey implements Serializable,Constants(Code) | | a key 'holder' containing primary key, plus secondary key data
|
equals | public boolean equals(Object obj)(Code) | | returns true if the specified object is the same as this composite
|
getAllKeys | public String[] getAllKeys()(Code) | | get an array of all keys in this composite. Note: the primary
key is always the first member of this array
|
getPrimaryKey | public String getPrimaryKey()(Code) | | get the primary key for this composite
|
getSecondaryKeys | public String[] getSecondaryKeys()(Code) | | get the array of secondary keys for this composite
|
setSecondaryKeys | public void setSecondaryKeys(String[] secondaryKeys)(Code) | | set the array of secondard keys for this composite
|
|
|