public class Space
extends java.lang.Object
| Constructor and Description |
|---|
Space(java.lang.String key)
This constructor creates a space containing with only the key defined.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getId()
This method returns the unique identifer for the space.
|
java.lang.String |
getKey()
This method returns the key of the space.
|
java.lang.String |
getName()
This method returns the name of the space.
|
SpaceStatus |
getStatus()
This method returns the status of the space.
|
SpaceType |
getType()
This method returns the type of the space.
|
public Space(java.lang.String key)
key - The key of the space.public java.lang.Integer getId()
public java.lang.String getName()
public SpaceType getType()
public SpaceStatus getStatus()
public java.lang.String getKey()