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

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

Nested Class Summary
static class PropertyTypeGroup.PropertyTypeGroupInitializer
          Class used to initialize a new data set instance.
 
Constructor Summary
PropertyTypeGroup(PropertyTypeGroup.PropertyTypeGroupInitializer initializer)
          Creates a new instance with the provided initializer
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getName()
          Returns the name of this group (section).
 java.util.List<PropertyType> getPropertyTypes()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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