| Modifier and type | Property and description |
|---|---|
| java.util.UUID | contextID
Return the UUID of the context where the space was created. |
| java.util.UUID | iD
Returns a Unique Identifier for the space. |
| java.lang.Class<T> | spaceSpecification
Replies the SpaceSpecification this space respects. |
| Modifier and type | Action and description |
|---|---|
| SpaceID | clone |
| int | compareTo(SpaceID) |
| boolean | equals(Object) |
| java.util.UUID | getContextID
Return the UUID of the context where the space was created. |
| java.util.UUID | getID
Returns a Unique Identifier for the space. |
| java.lang.Class<T> | getSpaceSpecification
Replies the SpaceSpecification this space respects. |
| int | hashCode |
| boolean | operator_equals(Address)
Replies if the given identifier is equal to the identifier in the given identifier. |
| boolean | operator_notEquals(Address)
Replies if the given identifier is not equal to the identifier in the given identifier. |
| java.lang.String | toString |
val contextID : java.util.UUID
This property is an alias for the action: getContextID
val iD : java.util.UUID
This property is an alias for the action: getID
val spaceSpecification : java.lang.Class<T>
This property is an alias for the action: getSpaceSpecification
new(UUID,UUID,Class<T>)
def clone : SpaceID
def compareTo(SpaceID) : int
def equals(Object) : boolean
def getContextID : java.util.UUID
def getID : java.util.UUID
def getSpaceSpecification : java.lang.Class<T>
def hashCode : int
def operator_equals(Address) : boolean
id.equals(address.getID()).
def operator_notEquals(Address) : boolean
!id.equals(address.getID()).
def toString : java.lang.String