org.broadleafcommerce.cms.page.domain
Class PageFieldImpl

java.lang.Object
  extended by 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

Field Summary
protected  AdminAuditable auditable
           
protected  String fieldKey
           
protected  Long id
           
protected  String lobValue
           
protected  String stringValue
           
 
Constructor Summary
PageFieldImpl()
           
 
Method Summary
 AdminAuditable getAuditable()
           
 String getFieldKey()
           
 Long getId()
           
 String getValue()
           
 void setAuditable(AdminAuditable auditable)
           
 void setFieldKey(String fieldKey)
           
 void setId(Long id)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Long id

auditable

protected AdminAuditable auditable

fieldKey

protected String fieldKey

stringValue

protected String stringValue

lobValue

protected String lobValue
Constructor Detail

PageFieldImpl

public PageFieldImpl()
Method Detail

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

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


Copyright © 2013. All Rights Reserved.