org.broadleafcommerce.cms.page.domain
Class PageFieldImpl
java.lang.Object
org.broadleafcommerce.cms.page.domain.PageFieldImpl
- All Implemented Interfaces:
- Serializable, PageField
@Entity
public class PageFieldImpl
- extends Object
- implements PageField
Created by bpolster.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected Long id
auditable
protected AdminAuditable auditable
fieldKey
protected String fieldKey
page
protected Page page
stringValue
protected String stringValue
lobValue
protected String lobValue
PageFieldImpl
public PageFieldImpl()
getId
public Long getId()
- Specified by:
getId in interface PageField
setId
public void setId(Long id)
- Specified by:
setId in interface PageField
getFieldKey
public String getFieldKey()
- Specified by:
getFieldKey in interface PageField
setFieldKey
public void setFieldKey(String fieldKey)
- Specified by:
setFieldKey in interface PageField
getPage
public Page getPage()
- Specified by:
getPage in interface PageField
setPage
public void setPage(Page page)
- Specified by:
setPage in interface PageField
getValue
public String getValue()
- Specified by:
getValue in interface PageField
setValue
public void setValue(String value)
- Specified by:
setValue in interface PageField
getAuditable
public AdminAuditable getAuditable()
- Specified by:
getAuditable in interface PageField
setAuditable
public void setAuditable(AdminAuditable auditable)
- Specified by:
setAuditable in interface PageField
cloneEntity
public PageField cloneEntity()
- Specified by:
cloneEntity in interface PageField
Copyright © 2013. All Rights Reserved.