ch.systemsx.cisd.openbis.generic.shared.api.v1.dto
Class PropertyTypeGroup
java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.PropertyTypeGroup
- All Implemented Interfaces:
- java.io.Serializable
@JsonObject(value="PropertyTypeGroup")
public final class PropertyTypeGroup
- extends java.lang.Object
- implements java.io.Serializable
Immutable value object representing a data set type.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
PropertyTypeGroup
public PropertyTypeGroup(PropertyTypeGroup.PropertyTypeGroupInitializer initializer)
- Creates a new instance with the provided initializer
- Throws:
java.lang.IllegalArgumentException
- if some of the required information is not provided.
getName
public java.lang.String getName()
- Returns the name of this group (section). May be null.
getPropertyTypes
public java.util.List<PropertyType> getPropertyTypes()
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object