@Entity public class AllowedAttributeValueEntity extends AuditableEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
TABLE_NAME
The table name.
|
| Constructor and Description |
|---|
AllowedAttributeValueEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAllowedAttributeValue() |
AttributeValueListEntity |
getAttributeValueList() |
Integer |
getId() |
void |
setAllowedAttributeValue(String allowedAttributeValue) |
void |
setAttributeValueList(AttributeValueListEntity attributeValueList) |
void |
setId(Integer id) |
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOn, setCreatedBy, setCreatedOn, setUpdatedBy, setUpdatedOnpublic static final String TABLE_NAME
public Integer getId()
public void setId(Integer id)
public AttributeValueListEntity getAttributeValueList()
public void setAttributeValueList(AttributeValueListEntity attributeValueList)
public String getAllowedAttributeValue()
public void setAllowedAttributeValue(String allowedAttributeValue)
Copyright © 2019. All rights reserved.