@Entity public class PageFieldImpl extends Object implements PageField
| Modifier and Type | Field and Description |
|---|---|
protected AdminAuditable |
auditable |
protected String |
fieldKey |
protected Long |
id |
protected String |
lobValue |
protected String |
stringValue |
| Constructor and Description |
|---|
PageFieldImpl() |
| Modifier and Type | Method and Description |
|---|---|
AdminAuditable |
getAuditable() |
String |
getFieldKey() |
Long |
getId() |
String |
getValue() |
void |
setAuditable(AdminAuditable auditable) |
void |
setFieldKey(String fieldKey) |
void |
setId(Long id) |
void |
setValue(String value) |
protected Long id
protected AdminAuditable auditable
protected String fieldKey
protected String stringValue
protected String lobValue
public String getFieldKey()
getFieldKey in interface PageFieldpublic void setFieldKey(String fieldKey)
setFieldKey in interface PageFieldpublic AdminAuditable getAuditable()
getAuditable in interface PageFieldpublic void setAuditable(AdminAuditable auditable)
setAuditable in interface PageFieldCopyright © 2014. All rights reserved.