Class PropertyTypeCreation
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.property.create.PropertyTypeCreation
- All Implemented Interfaces:
ICreation,IObjectCreation,Serializable
@JsonObject("as.dto.property.create.PropertyTypeCreation")
public class PropertyTypeCreation
extends Object
implements ICreation, IObjectCreation
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getLabel()booleanDeprecated.booleanvoidvoidsetDataType(DataType dataType) voidsetDescription(String description) voidsetInternalNameSpace(boolean internalNameSpace) Deprecated.voidvoidsetManagedInternally(boolean managedInternally) voidsetMetaData(Map<String, String> metaData) voidsetMultiValue(Boolean multiValue) voidsetSampleTypeId(IEntityTypeId sampleTypeId) voidvoidsetTransformation(String transformation) voidsetVocabularyId(IVocabularyId vocabularyId) toString()
-
Constructor Details
-
PropertyTypeCreation
public PropertyTypeCreation()
-
-
Method Details
-
getCode
-
setCode
-
getLabel
-
setLabel
-
getDescription
-
setDescription
-
isManagedInternally
public boolean isManagedInternally() -
setManagedInternally
public void setManagedInternally(boolean managedInternally) -
isInternalNameSpace
Deprecated. -
setInternalNameSpace
Deprecated. -
getDataType
-
setDataType
-
getVocabularyId
-
setVocabularyId
-
getSampleTypeId
-
setSampleTypeId
-
getSchema
-
setSchema
-
getTransformation
-
setTransformation
-
getMetaData
-
setMetaData
-
isMultiValue
-
setMultiValue
-
toString
-
isManagedInternally()