ch.systemsx.cisd.openbis.generic.shared.api.v1.dto
Class DataSetType.DataSetTypeInitializer

java.lang.Object
  extended by 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.


Constructor Summary
DataSetType.DataSetTypeInitializer()
           
 
Method Summary
 void addPropertyTypeGroup(PropertyTypeGroup propertyType)
           
 java.lang.String getCode()
           
 java.util.ArrayList<PropertyTypeGroup> getPropertyTypeGroups()
           
 void setCode(java.lang.String code)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSetType.DataSetTypeInitializer

public DataSetType.DataSetTypeInitializer()
Method Detail

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)