@Entity public class BusinessObjectFormatAttributeEntity extends AuditableEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
TABLE_NAME
The table name.
|
| Constructor and Description |
|---|
BusinessObjectFormatAttributeEntity() |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectFormatEntity |
getBusinessObjectFormat() |
Integer |
getId() |
String |
getName() |
String |
getValue() |
void |
setBusinessObjectFormat(BusinessObjectFormatEntity businessObjectFormat) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setValue(String value) |
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOn, setCreatedBy, setCreatedOn, setUpdatedBy, setUpdatedOnpublic static final String TABLE_NAME
public Integer getId()
public void setId(Integer id)
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public BusinessObjectFormatEntity getBusinessObjectFormat()
public void setBusinessObjectFormat(BusinessObjectFormatEntity businessObjectFormat)
Copyright © 2019. All rights reserved.