ch.systemsx.cisd.openbis.generic.shared.api.v1.dto
Class DataSetType.DataSetTypeInitializer
java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.DataSetType.DataSetTypeInitializer
- Enclosing class:
- DataSetType
public static final class DataSetType.DataSetTypeInitializer
- extends java.lang.Object
Class used to initialize a new data set instance. Necessary since all the fields of a DataSet
are final.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataSetType.DataSetTypeInitializer
public DataSetType.DataSetTypeInitializer()
getCode
public java.lang.String getCode()
setCode
public void setCode(java.lang.String code)
getPropertyTypeGroups
public java.util.ArrayList<PropertyTypeGroup> getPropertyTypeGroups()
addPropertyTypeGroup
public void addPropertyTypeGroup(PropertyTypeGroup propertyType)