Class PropertyAssignmentCreation

  • All Implemented Interfaces:
    ICreation, java.io.Serializable

    @JsonObject("as.dto.property.create.PropertyAssignmentCreation")
    public class PropertyAssignmentCreation
    extends java.lang.Object
    implements ICreation
    See Also:
    Serialized Form
    • Constructor Detail

      • PropertyAssignmentCreation

        public PropertyAssignmentCreation()
    • Method Detail

      • getSection

        public java.lang.String getSection()
      • setSection

        public void setSection​(java.lang.String section)
      • getOrdinal

        public java.lang.Integer getOrdinal()
      • setOrdinal

        public void setOrdinal​(java.lang.Integer ordinal)
      • 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 java.lang.String getInitialValueForExistingEntities()
      • setInitialValueForExistingEntities

        public void setInitialValueForExistingEntities​(java.lang.String initialValueForExistingEntities)
      • isShowInEditView

        public boolean isShowInEditView()
      • setShowInEditView

        public void setShowInEditView​(boolean showInEditView)
      • isShowRawValueInForms

        public boolean isShowRawValueInForms()
      • setShowRawValueInForms

        public void setShowRawValueInForms​(boolean showRawValueInForms)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object