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 Details

    • PropertyTypeCreation

      public PropertyTypeCreation()
  • Method Details

    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • isManagedInternally

      public boolean isManagedInternally()
    • setManagedInternally

      public void setManagedInternally(boolean managedInternally)
    • isInternalNameSpace

      @Deprecated public boolean isInternalNameSpace()
      Deprecated.
    • setInternalNameSpace

      @Deprecated public void setInternalNameSpace(boolean internalNameSpace)
    • getDataType

      public DataType getDataType()
    • setDataType

      public void setDataType(DataType dataType)
    • getVocabularyId

      public IVocabularyId getVocabularyId()
    • setVocabularyId

      public void setVocabularyId(IVocabularyId vocabularyId)
    • getSampleTypeId

      public IEntityTypeId getSampleTypeId()
    • setSampleTypeId

      public void setSampleTypeId(IEntityTypeId sampleTypeId)
    • getSchema

      public String getSchema()
    • setSchema

      public void setSchema(String schema)
    • getTransformation

      public String getTransformation()
    • setTransformation

      public void setTransformation(String transformation)
    • getMetaData

      public Map<String,String> getMetaData()
    • setMetaData

      public void setMetaData(Map<String,String> metaData)
    • isMultiValue

      public Boolean isMultiValue()
    • setMultiValue

      public void setMultiValue(Boolean multiValue)
    • toString

      public String toString()
      Overrides:
      toString in class Object