ch.systemsx.cisd.openbis.generic.shared.api.v1.dto
Class PropertyTypeGroup.PropertyTypeGroupInitializer

java.lang.Object
  extended by ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.PropertyTypeGroup.PropertyTypeGroupInitializer
Enclosing class:
PropertyTypeGroup

public static final class PropertyTypeGroup.PropertyTypeGroupInitializer
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
PropertyTypeGroup.PropertyTypeGroupInitializer()
           
 
Method Summary
 void addPropertyType(PropertyType propertyType)
           
 java.lang.String getName()
           
 java.util.ArrayList<PropertyType> getPropertyTypes()
           
 void setName(java.lang.String code)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyTypeGroup.PropertyTypeGroupInitializer

public PropertyTypeGroup.PropertyTypeGroupInitializer()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String code)

getPropertyTypes

public java.util.ArrayList<PropertyType> getPropertyTypes()

addPropertyType

public void addPropertyType(PropertyType propertyType)