public interface PrimaryKey extends java.io.Serializable, Dumpable, Renderable, java.lang.Comparable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getABOClassName()
Returns the fully qualified class name of the business object
|
java.lang.String |
getResourceName()
Returns a unique String used for locking the resource
|
ResourceType |
getResourceType()
Tells what resource type should be locked for this PK
|
java.lang.Object |
getValue()
Convenience Method for returning the first element of the primary key.
|
java.lang.Object[] |
getValues()
Returns the primary key values as a string array.
|
boolean |
isSingleton()
Tells whether this key must only contain a type field
|
void |
setValues(java.lang.Object... args)
Sets the primary key values
|
toDumpString, toDumpString, toString, toString
getRenderColor, getRenderIcon, getRenderText
java.lang.String getABOClassName()
java.lang.Object[] getValues()
java.lang.Object getValue()
void setValues(java.lang.Object... args)
java.lang.String getResourceName()
boolean isSingleton()
ResourceType getResourceType()
Copyright © 2014 EsprIT-Systems. All Rights Reserved.