public static class SpaceRepository.SpaceDescription extends Object implements Serializable, Comparable<SpaceRepository.SpaceDescription>
Constructor and Description |
---|
SpaceDescription(id : SpaceID,
space : Space) |
Modifier and Type | Method and Description |
---|---|
Space |
clearSpaceReference()
Clear the reference to the space instance.
|
int |
compareTo(other : SpaceRepository.SpaceDescription) |
boolean |
equals(obj : Object) |
Space |
getSpace()
Replies the reference to the space.
|
SpaceID |
getSpaceId() |
int |
hashCode() |
@Pure
public def
getSpace() : Space
SpaceRepository.SpaceDescription
null
if none.public def
clearSpaceReference() : Space
SpaceRepository.SpaceDescription
@Pure
public def
compareTo(other : SpaceRepository.SpaceDescription) : int
compareTo
in interface Comparable<SpaceRepository.SpaceDescription>
@Pure
public def
getSpaceId() : SpaceID
Copyright © 2021 the original authors or authors.