Class Space
- java.lang.Object
-
- ch.systemsx.cisd.etlserver.registrator.api.v2.impl.SpaceImmutable
-
- ch.systemsx.cisd.etlserver.registrator.api.v2.impl.Space
-
- All Implemented Interfaces:
ISpace
,ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISpaceImmutable
public class Space extends SpaceImmutable implements ISpace
-
-
Constructor Summary
Constructors Constructor Description Space(java.lang.String code, java.lang.String spaceAdminUserIdOrNull)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getSpaceAdminUserId()
void
setDescription(java.lang.String description)
Set the space description.-
Methods inherited from class ch.systemsx.cisd.etlserver.registrator.api.v2.impl.SpaceImmutable
checkExists, getDescription, getIdentifier, getSpace, getSpaceCode, isExistingSpace
-
-
-
-
Method Detail
-
setDescription
public void setDescription(java.lang.String description)
Description copied from interface:ISpace
Set the space description.- Specified by:
setDescription
in interfaceISpace
-
getSpaceAdminUserId
public java.lang.String getSpaceAdminUserId()
-
-