|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.cms.structure.domain.StructuredContentFieldImpl
@Entity public class StructuredContentFieldImpl
Created by bpolster.
| Field Summary | |
|---|---|
protected AdminAuditable |
auditable
|
protected String |
fieldKey
|
protected Long |
id
|
protected String |
lobValue
|
protected String |
stringValue
|
| Constructor Summary | |
|---|---|
StructuredContentFieldImpl()
|
|
| Method Summary | |
|---|---|
AdminAuditable |
getAuditable()
Returns audit information for this content item. |
String |
getFieldKey()
Returns the fieldKey associated with this field. |
Long |
getId()
Gets the primary key. |
String |
getValue()
Sets the value of this custom field. |
void |
setAuditable(AdminAuditable auditable)
Sets audit information for this content item. |
void |
setFieldKey(String fieldKey)
Sets the fieldKey. |
void |
setId(Long id)
Sets the primary key. |
void |
setValue(String value)
Returns the value for this custom field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Long id
protected AdminAuditable auditable
protected String fieldKey
protected String stringValue
protected String lobValue
| Constructor Detail |
|---|
public StructuredContentFieldImpl()
| Method Detail |
|---|
public Long getId()
StructuredContentField
getId in interface StructuredContentFieldpublic void setId(Long id)
StructuredContentField
setId in interface StructuredContentFieldid - the new primary keypublic String getFieldKey()
StructuredContentFieldStructuredContentField is determined by the associated
FieldDefinition that was used by the
Content Management System to create this instance.
As an example, a StructuredContentType might be configured to contain a
field definition with a key of "targetUrl".
getFieldKey in interface StructuredContentFieldFieldDefinitionpublic void setFieldKey(String fieldKey)
StructuredContentField
setFieldKey in interface StructuredContentFieldFieldDefinitionpublic String getValue()
StructuredContentField
getValue in interface StructuredContentFieldpublic void setValue(String value)
StructuredContentField
setValue in interface StructuredContentFieldpublic AdminAuditable getAuditable()
StructuredContentField
getAuditable in interface StructuredContentFieldpublic void setAuditable(AdminAuditable auditable)
StructuredContentField
setAuditable in interface StructuredContentField
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||