|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.systemsx.cisd.openbis.generic.shared.api.v1.dto.DataSetType
@JsonObject(value="DataSetType") public final class DataSetType
Immutable value object representing a data set type.
Nested Class Summary | |
---|---|
static class |
DataSetType.DataSetTypeInitializer
Class used to initialize a new data set instance. |
Constructor Summary | |
---|---|
DataSetType(DataSetType.DataSetTypeInitializer initializer)
Creates a new instance with the provided initializer |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getCode()
Returns the data set code. |
java.util.List<PropertyTypeGroup> |
getPropertyTypeGroups()
Return the grouped property types for this data set type. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DataSetType(DataSetType.DataSetTypeInitializer initializer)
java.lang.IllegalArgumentException
- if some of the required information is not provided.Method Detail |
---|
public java.lang.String getCode()
public java.util.List<PropertyTypeGroup> getPropertyTypeGroups()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |