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 |
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 toString : java.lang.String