Class ObjectKey
java.lang.Object
com.orchestranetworks.userservice.ObjectKey
Identifies an object from a given context. This class is immutable.
- Since:
- 5.8.0
-
Method Summary
-
Method Details
-
forName
Returns an object key given a name. The name must begin with a letter ([a-zA-Z]) and may be followed by any number of letters, digits ([0-9]) and underscores ("_").- Parameters:
aName
- the object name. It cannot benull
.- Returns:
- the object key.
-
getName
Returns the name of this object. -
equals
-
hashCode
public int hashCode() -
toString
-