A tuple which uniquely identifies a embedded object. More...
Inheritance diagram for com.mak.vrlj.object.EmbeddedIdentifier:
Collaboration diagram for com.mak.vrlj.object.EmbeddedIdentifier:Public Member Functions | |
| EmbeddedIdentifier (EntityIdentifier id, short embeddedId, String idType) | |
| Create an EmbeddedIdentifier. | |
| boolean | equals (Object obj) |
| short | getEmbeddedId () |
| EntityIdentifier | getEntityId () |
| String | getIdentifierType () |
| int | hashCode () |
| boolean | isValid () |
| Validate this identifier. | |
| String | toString () |
Private Attributes | |
| final EntityIdentifier | myEntityId |
| final String | myIdType |
| final short | myEmbeddedId |
A tuple which uniquely identifies a embedded object.
|
inline |
Create an EmbeddedIdentifier.
| EntityIdentifier | a unique name for a simulation object instance. |
| embeddedId | a unique number identifying this specific object. |
References com.mak.vrlj.object.EmbeddedIdentifier.myEmbeddedId, com.mak.vrlj.object.EmbeddedIdentifier.myEntityId, and com.mak.vrlj.object.EmbeddedIdentifier.myIdType.
Referenced by com.mak.vrlj.object.EmbeddedIdentifier.equals().
|
inline |
|
inline |
References com.mak.vrlj.object.EmbeddedIdentifier.myEmbeddedId.
|
inline |
References com.mak.vrlj.object.EmbeddedIdentifier.myEntityId.
|
inline |
References com.mak.vrlj.object.EmbeddedIdentifier.myIdType.
|
inline |
|
inlinevirtual |
Validate this identifier.
Implements com.mak.vrlj.object.ObjectIdentifier.
|
inline |
|
private |
|
private |
|
private |