Class CustomFieldsEntity

java.lang.Object
sk.iway.iwcm.components.customfields.jpa.CustomFieldsEntity

@Entity public class CustomFieldsEntity extends Object
  • Constructor Details

    • CustomFieldsEntity

      public CustomFieldsEntity()
  • Method Details

    • setAlphabet

      public void setAlphabet(String alphabet)
    • getCharacterAlphabet

      public Character getCharacterAlphabet()
    • getId

      public Long getId()
    • getClassName

      public String getClassName()
    • getAlphabet

      public String getAlphabet()
    • getEntityId

      public Long getEntityId()
    • getType

      public String getType()
    • getLabel

      public String getLabel()
    • getTooltip

      public String getTooltip()
    • getRequired

      public Boolean getRequired()
    • getBonusClassName

      public String getBonusClassName()
    • getBonusEntityId

      public Long getBonusEntityId()
    • getDomainId

      public Integer getDomainId()
    • getValue

      public String getValue()
    • getTextMaxLength

      public Integer getTextMaxLength()
    • getTextWarningLength

      public Integer getTextWarningLength()
    • getWarningText

      public String getWarningText()
    • getOptionsSource

      public String getOptionsSource()
    • getSelectOptions

      public String getSelectOptions()
    • getAutocompleteOptions

      public String getAutocompleteOptions()
    • getDocInGroup

      public GroupDetails getDocInGroup()
    • getEnumeration

      public String getEnumeration()
    • setId

      public void setId(Long id)
    • setClassName

      public void setClassName(String className)
    • setEntityId

      public void setEntityId(Long entityId)
    • setType

      public void setType(String type)
    • setLabel

      public void setLabel(String label)
    • setTooltip

      public void setTooltip(String tooltip)
    • setRequired

      public void setRequired(Boolean required)
    • setBonusClassName

      public void setBonusClassName(String bonusClassName)
    • setBonusEntityId

      public void setBonusEntityId(Long bonusEntityId)
    • setDomainId

      public void setDomainId(Integer domainId)
    • setValue

      public void setValue(String value)
    • setTextMaxLength

      public void setTextMaxLength(Integer textMaxLength)
    • setTextWarningLength

      public void setTextWarningLength(Integer textWarningLength)
    • setWarningText

      public void setWarningText(String warningText)
    • setOptionsSource

      public void setOptionsSource(String optionsSource)
    • setSelectOptions

      public void setSelectOptions(String selectOptions)
    • setAutocompleteOptions

      public void setAutocompleteOptions(String autocompleteOptions)
    • setDocInGroup

      public void setDocInGroup(GroupDetails docInGroup)
    • setEnumeration

      public void setEnumeration(String enumeration)