@Entity public class PageFieldImpl extends Object implements PageField, org.broadleafcommerce.common.extensibility.jpa.copy.ProfileEntity
| Modifier and Type | Field and Description |
|---|---|
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(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) |
String |
getFieldKey() |
Long |
getId() |
Page |
getPage() |
String |
getValue() |
void |
setFieldKey(String fieldKey) |
void |
setId(Long id) |
void |
setPage(Page page) |
void |
setValue(String value) |
protected Long id
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 <G extends PageField> org.broadleafcommerce.common.copy.CreateResponse<G> createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) throws CloneNotSupportedException
createOrRetrieveCopyInstance in interface org.broadleafcommerce.common.copy.MultiTenantCloneable<PageField>CloneNotSupportedExceptionCopyright © 2023. All rights reserved.