@Entity public class TagTypeEntity extends AuditableEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
TABLE_NAME
The table name.
|
| Constructor and Description |
|---|
TagTypeEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getDescription() |
String |
getDisplayName() |
Integer |
getOrderNumber() |
void |
setCode(String code) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setOrderNumber(Integer orderNumber) |
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOn, setCreatedBy, setCreatedOn, setUpdatedBy, setUpdatedOnpublic static final String TABLE_NAME
public String getCode()
public void setCode(String code)
public String getDisplayName()
public void setDisplayName(String displayName)
public Integer getOrderNumber()
public void setOrderNumber(Integer orderNumber)
public String getDescription()
public void setDescription(String description)
Copyright © 2019. All rights reserved.