ch.systemsx.cisd.openbis.generic.shared.api.v1.dto
Class PropertyTypeGroup.PropertyTypeGroupInitializer
java.lang.Object
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.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyTypeGroup.PropertyTypeGroupInitializer
public PropertyTypeGroup.PropertyTypeGroupInitializer()
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)