@Entity public class CustomDdlEntity extends AuditableEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
TABLE_NAME
The table name.
|
| Constructor and Description |
|---|
CustomDdlEntity() |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectFormatEntity |
getBusinessObjectFormat() |
String |
getCustomDdlName() |
String |
getDdl() |
Integer |
getId() |
void |
setBusinessObjectFormat(BusinessObjectFormatEntity businessObjectFormat) |
void |
setCustomDdlName(String customDdlName) |
void |
setDdl(String ddl) |
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 BusinessObjectFormatEntity getBusinessObjectFormat()
public void setBusinessObjectFormat(BusinessObjectFormatEntity businessObjectFormat)
public String getCustomDdlName()
public void setCustomDdlName(String customDdlName)
public String getDdl()
public void setDdl(String ddl)
Copyright © 2019. All rights reserved.