Class CategoryAttribute

java.lang.Object
io.jmix.dynattr.model.CategoryAttribute
All Implemented Interfaces:
Serializable

@Entity(name="dynat_CategoryAttribute") public class CategoryAttribute extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • CategoryAttribute

      public CategoryAttribute()
  • Method Details

    • init

      @PostConstruct public void init(Metadata metadata)
    • getId

      public UUID getId()
    • setId

      public void setId(UUID id)
    • getVersion

      public Integer getVersion()
    • setVersion

      public void setVersion(Integer version)
    • getCreateTs

      public Date getCreateTs()
    • setCreateTs

      public void setCreateTs(Date createTs)
    • getCreatedBy

      public String getCreatedBy()
    • setCreatedBy

      public void setCreatedBy(String createdBy)
    • getUpdateTs

      public Date getUpdateTs()
    • setUpdateTs

      public void setUpdateTs(Date updateTs)
    • getUpdatedBy

      public String getUpdatedBy()
    • setUpdatedBy

      public void setUpdatedBy(String updatedBy)
    • getDeleteTs

      public Date getDeleteTs()
    • setDeleteTs

      public void setDeleteTs(Date deleteTs)
    • getDeletedBy

      public String getDeletedBy()
    • setDeletedBy

      public void setDeletedBy(String deletedBy)
    • getCaption

      public String getCaption()
    • setCategory

      public void setCategory(Category entityType)
    • getCategory

      public Category getCategory()
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getEnumeration

      public String getEnumeration()
    • setEnumeration

      public void setEnumeration(String e)
    • getDataType

      public AttributeType getDataType()
    • setDataType

      public void setDataType(AttributeType dataType)
    • getIsEntity

      public Boolean getIsEntity()
    • getDefaultEntity

      public ReferenceToEntity getDefaultEntity()
    • setDefaultEntity

      public void setDefaultEntity(ReferenceToEntity defaultEntity)
    • getDefaultString

      public String getDefaultString()
    • setDefaultString

      public void setDefaultString(String defaultString)
    • getDefaultInt

      public Integer getDefaultInt()
    • setDefaultInt

      public void setDefaultInt(Integer defaultInt)
    • getDefaultDouble

      public Double getDefaultDouble()
    • setDefaultDouble

      public void setDefaultDouble(Double defaultDouble)
    • getDefaultDecimal

      public BigDecimal getDefaultDecimal()
    • setDefaultDecimal

      public void setDefaultDecimal(BigDecimal defaultDecimal)
    • getDefaultBoolean

      public Boolean getDefaultBoolean()
    • setDefaultBoolean

      public void setDefaultBoolean(Boolean defaultBoolean)
    • getDefaultDate

      public Date getDefaultDate()
    • setDefaultDate

      public void setDefaultDate(Date defaultDate)
    • getDefaultDateWithoutTime

      public LocalDate getDefaultDateWithoutTime()
    • setDefaultDateWithoutTime

      public void setDefaultDateWithoutTime(LocalDate defaultDateTime)
    • setObjectDefaultEntityId

      public void setObjectDefaultEntityId(Object entity)
    • getObjectDefaultEntityId

      public Object getObjectDefaultEntityId()
    • getOrderNo

      public Integer getOrderNo()
    • setOrderNo

      public void setOrderNo(Integer orderNo)
    • getScreen

      public String getScreen()
    • setScreen

      public void setScreen(String screen)
    • getRequired

      public Boolean getRequired()
    • setRequired

      public void setRequired(Boolean required)
    • getLookup

      public Boolean getLookup()
    • setLookup

      public void setLookup(Boolean lookup)
    • getDefaultDateIsCurrent

      public Boolean getDefaultDateIsCurrent()
    • setDefaultDateIsCurrent

      public void setDefaultDateIsCurrent(Boolean defaultDateIsCurrent)
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getTargetScreens

      public String getTargetScreens()
    • setTargetScreens

      public void setTargetScreens(String targetScreens)
    • getCategoryEntityType

      public String getCategoryEntityType()
    • setCategoryEntityType

      public void setCategoryEntityType(String categoryEntityType)
    • getWidth

      public String getWidth()
    • setWidth

      public void setWidth(String width)
    • getRowsCount

      public Integer getRowsCount()
    • setRowsCount

      public void setRowsCount(Integer rowsCount)
    • getIsCollection

      public Boolean getIsCollection()
    • setIsCollection

      public void setIsCollection(Boolean isCollection)
    • getWhereClause

      public String getWhereClause()
    • setWhereClause

      public void setWhereClause(String whereClause)
    • getJoinClause

      public String getJoinClause()
    • setJoinClause

      public void setJoinClause(String joinClause)
    • getFilterXml

      public String getFilterXml()
    • setFilterXml

      public void setFilterXml(String filterXml)
    • getEntityClass

      public String getEntityClass()
    • setEntityClass

      public void setEntityClass(String entityClass)
    • getLocaleNames

      public String getLocaleNames()
    • getLocaleDescriptions

      public String getLocaleDescriptions()
    • getEnumerationLocales

      public String getEnumerationLocales()
    • getNameMsgBundle

      public String getNameMsgBundle()
    • setLocaleNames

      public void setLocaleNames(String localeNames)
    • getDescriptionsMsgBundle

      public String getDescriptionsMsgBundle()
    • setLocaleDescriptions

      public void setLocaleDescriptions(String localeDescriptions)
    • setEnumerationLocales

      public void setEnumerationLocales(String enumerationLocales)
    • getEnumerationMsgBundle

      public String getEnumerationMsgBundle()
    • getConfiguration

      public CategoryAttributeConfiguration getConfiguration()
    • setConfiguration

      public void setConfiguration(CategoryAttributeConfiguration configuration)
    • initCategoryEntityType

      protected void initCategoryEntityType()
    • getJavaType

      public Class<?> getJavaType()
    • getTargetScreensSet

      public Set<String> getTargetScreensSet()