Class PlainSchemaTO

java.lang.Object
org.apache.syncope.common.lib.to.SchemaTO
org.apache.syncope.common.lib.to.PlainSchemaTO
All Implemented Interfaces:
Serializable, BaseBean, EntityTO

public class PlainSchemaTO extends SchemaTO
See Also:
  • Constructor Details

    • PlainSchemaTO

      public PlainSchemaTO()
  • Method Details

    • getDiscriminator

      public String getDiscriminator()
      Specified by:
      getDiscriminator in class SchemaTO
    • getConversionPattern

      public String getConversionPattern()
    • setConversionPattern

      public void setConversionPattern(String conversionPattern)
    • getMandatoryCondition

      public String getMandatoryCondition()
    • setMandatoryCondition

      public void setMandatoryCondition(String mandatoryCondition)
    • isMultivalue

      public boolean isMultivalue()
    • setMultivalue

      public void setMultivalue(boolean multivalue)
    • isUniqueConstraint

      public boolean isUniqueConstraint()
    • setUniqueConstraint

      public void setUniqueConstraint(boolean uniqueConstraint)
    • isReadonly

      public boolean isReadonly()
    • setReadonly

      public void setReadonly(boolean readonly)
    • getType

      public AttrSchemaType getType()
    • setType

      public void setType(AttrSchemaType type)
    • getValidator

      public String getValidator()
    • setValidator

      public void setValidator(String validator)
    • getEnumValues

      public Map<String,String> getEnumValues()
    • getDropdownValueProvider

      public String getDropdownValueProvider()
    • setDropdownValueProvider

      public void setDropdownValueProvider(String dropdownValueProvider)
    • getSecretKey

      public String getSecretKey()
    • setSecretKey

      public void setSecretKey(String secretKey)
    • getCipherAlgorithm

      public CipherAlgorithm getCipherAlgorithm()
    • setCipherAlgorithm

      public void setCipherAlgorithm(CipherAlgorithm cipherAlgorithm)
    • getMimeType

      public String getMimeType()
    • setMimeType

      public void setMimeType(String mimeType)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class SchemaTO
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class SchemaTO