@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 Page |
page |
protected String |
stringValue |
| Constructor and Description |
|---|
PageFieldImpl() |
| Modifier and Type | Method and Description |
|---|---|
<G extends PageField> |
createOrRetrieveCopyInstance(MultiTenantCopyContext context) |
AdminAuditable |
getAuditable() |
String |
getFieldKey() |
Long |
getId() |
Page |
getPage() |
String |
getValue() |
void |
setAuditable(AdminAuditable auditable) |
void |
setFieldKey(String fieldKey) |
void |
setId(Long id) |
void |
setPage(Page page) |
void |
setValue(String value) |
protected Long id
protected AdminAuditable auditable
protected String fieldKey
protected String stringValue
protected String lobValue
protected Page page
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 PageFieldpublic <G extends PageField> CreateResponse<G> createOrRetrieveCopyInstance(MultiTenantCopyContext context) throws CloneNotSupportedException
createOrRetrieveCopyInstance in interface MultiTenantCloneable<PageField>CloneNotSupportedExceptionCopyright © 2015. All Rights Reserved.