Class PropertyAssignmentCreation

java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.property.create.PropertyAssignmentCreation
All Implemented Interfaces:
ICreation, Serializable

@JsonObject("as.dto.property.create.PropertyAssignmentCreation") public class PropertyAssignmentCreation extends Object implements ICreation
See Also:
  • Constructor Details

    • PropertyAssignmentCreation

      public PropertyAssignmentCreation()
  • Method Details

    • getSection

      public String getSection()
    • setSection

      public void setSection(String section)
    • getOrdinal

      public Integer getOrdinal()
    • setOrdinal

      public void setOrdinal(Integer ordinal)
    • getPropertyTypeId

      public IPropertyTypeId getPropertyTypeId()
    • setPropertyTypeId

      public void setPropertyTypeId(IPropertyTypeId propertyTypeId)
    • getPluginId

      public IPluginId getPluginId()
    • setPluginId

      public void setPluginId(IPluginId pluginId)
    • isMandatory

      public boolean isMandatory()
    • setMandatory

      public void setMandatory(boolean mandatory)
    • getInitialValueForExistingEntities

      public String getInitialValueForExistingEntities()
    • setInitialValueForExistingEntities

      public void setInitialValueForExistingEntities(String initialValueForExistingEntities)
    • isShowInEditView

      public boolean isShowInEditView()
    • setShowInEditView

      public void setShowInEditView(boolean showInEditView)
    • isShowRawValueInForms

      public boolean isShowRawValueInForms()
    • setShowRawValueInForms

      public void setShowRawValueInForms(boolean showRawValueInForms)
    • isUnique

      public boolean isUnique()
    • setUnique

      public void setUnique(boolean unique)
    • isManagedInternally

      public boolean isManagedInternally()
    • setManagedInternally

      public void setManagedInternally(boolean managedInternally)
    • getPattern

      public String getPattern()
    • setPattern

      public void setPattern(String pattern)
    • getPatternType

      public String getPatternType()
    • setPatternType

      public void setPatternType(String patternType)
    • toString

      public String toString()
      Overrides:
      toString in class Object