@Entity public class AttributeValueListEntity extends AuditableEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
TABLE_NAME |
| Constructor and Description |
|---|
AttributeValueListEntity() |
| Modifier and Type | Method and Description |
|---|---|
Collection<AllowedAttributeValueEntity> |
getAllowedAttributeValues() |
Integer |
getId() |
String |
getName() |
NamespaceEntity |
getNamespace() |
void |
setAllowedAttributeValues(Collection<AllowedAttributeValueEntity> allowedAttributeValues) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setNamespace(NamespaceEntity namespace) |
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOn, setCreatedBy, setCreatedOn, setUpdatedBy, setUpdatedOnpublic static final String TABLE_NAME
public Integer getId()
public void setId(Integer id)
public NamespaceEntity getNamespace()
public void setNamespace(NamespaceEntity namespace)
public String getName()
public void setName(String name)
public Collection<AllowedAttributeValueEntity> getAllowedAttributeValues()
public void setAllowedAttributeValues(Collection<AllowedAttributeValueEntity> allowedAttributeValues)
Copyright © 2019. All rights reserved.