Class AttributeValue.ValidationInfo

java.lang.Object
mc.core.domain.generic.AttributeValue.ValidationInfo
All Implemented Interfaces:
Serializable
Enclosing class:
AttributeValue

public class AttributeValue.ValidationInfo extends Object implements Serializable
See Also:
  • Method Details

    • setMandatory

      public void setMandatory(boolean mandatory)
    • isMandatory

      public boolean isMandatory()
    • getMaxSize

      public Integer getMaxSize()
    • getMinSize

      public Integer getMinSize()