Package io.jmix.dynattr.model
Class CategoryAttributeValue
java.lang.Object
io.jmix.dynattr.model.CategoryAttributeValue
- All Implemented Interfaces:
Serializable
@Entity(name="dynat_CategoryAttributeValue")
public class CategoryAttributeValue
extends Object
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getId()getValue()voidvoidsetBooleanValue(Boolean booleanValue) voidsetCategoryAttribute(CategoryAttribute categoryAttribute) voidsetChildValues(List<CategoryAttributeValue> childValues) voidvoidsetCreatedBy(String createdBy) voidsetCreateTs(Date createTs) voidsetDateValue(Date dateValue) voidsetDateWithoutTimeValue(LocalDate dateWithoutTimeValue) voidsetDecimalValue(BigDecimal decimalValue) voidsetDeletedBy(String deletedBy) voidsetDeleteTs(Date deleteTs) voidsetDoubleValue(Double doubleValue) voidsetEntity(ReferenceToEntity entity) voidsetEntityValue(ReferenceToEntity entityValue) voidvoidsetIntValue(Integer intValue) voidsetObjectEntityId(Object entityId) voidsetObjectEntityValueId(Object entityId) voidsetParent(CategoryAttributeValue parent) voidsetStringValue(String stringValue) voidsetTransientCollectionValue(List<Object> transientCollectionValue) voidsetTransientEntityValue(Object transientEntityValue) voidsetUpdatedBy(String updatedBy) voidsetUpdateTs(Date updateTs) voidsetVersion(Integer version)
-
Constructor Details
-
CategoryAttributeValue
public CategoryAttributeValue()
-
-
Method Details
-
init
-
getId
-
setId
-
getVersion
-
setVersion
-
getCreateTs
-
setCreateTs
-
getCreatedBy
-
setCreatedBy
-
getUpdateTs
-
setUpdateTs
-
getUpdatedBy
-
setUpdatedBy
-
getDeleteTs
-
setDeleteTs
-
getDeletedBy
-
setDeletedBy
-
setCategoryAttribute
-
getCategoryAttribute
-
getEntity
-
setEntity
-
getStringValue
-
setStringValue
-
getIntValue
-
setIntValue
-
getDoubleValue
-
setDoubleValue
-
getDecimalValue
-
setDecimalValue
-
getBooleanValue
-
setBooleanValue
-
getDateValue
-
setDateValue
-
getDateWithoutTimeValue
-
setDateWithoutTimeValue
-
getCode
-
setCode
-
getEntityValue
-
setEntityValue
-
getTransientEntityValue
-
setTransientEntityValue
-
getChildValues
-
setChildValues
-
getParent
-
setParent
-
getTransientCollectionValue
-
setTransientCollectionValue
-
getValue
-
setObjectEntityId
-
getObjectEntityId
-
setObjectEntityValueId
-
getObjectEntityValueId
-