|
||||||||||
| 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 java.lang.String |
fieldKey
|
protected java.lang.Long |
id
|
protected java.lang.String |
lobValue
|
protected java.lang.String |
stringValue
|
protected StructuredContent |
structuredContent
|
| Constructor Summary | |
|---|---|
StructuredContentFieldImpl()
|
|
| Method Summary | |
|---|---|
StructuredContentField |
cloneEntity()
Builds a copy of this item. |
AdminAuditable |
getAuditable()
Returns audit information for this content item. |
java.lang.String |
getFieldKey()
Returns the fieldKey associated with this field. |
java.lang.Long |
getId()
Gets the primary key. |
StructuredContent |
getStructuredContent()
Returns the parent StructuredContent item to which this
field belongs. |
java.lang.String |
getValue()
Sets the value of this custom field. |
void |
setAuditable(AdminAuditable auditable)
Sets audit information for this content item. |
void |
setFieldKey(java.lang.String fieldKey)
Sets the fieldKey. |
void |
setId(java.lang.Long id)
Sets the primary key. |
void |
setStructuredContent(StructuredContent structuredContent)
Sets the parent StructuredContent item. |
void |
setValue(java.lang.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 java.lang.Long id
protected AdminAuditable auditable
protected java.lang.String fieldKey
protected StructuredContent structuredContent
protected java.lang.String stringValue
protected java.lang.String lobValue
| Constructor Detail |
|---|
public StructuredContentFieldImpl()
| Method Detail |
|---|
public java.lang.Long getId()
StructuredContentField
getId in interface StructuredContentFieldpublic void setId(java.lang.Long id)
StructuredContentField
setId in interface StructuredContentFieldid - the new primary keypublic java.lang.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(java.lang.String fieldKey)
StructuredContentField
setFieldKey in interface StructuredContentFieldFieldDefinitionpublic StructuredContent getStructuredContent()
StructuredContentFieldStructuredContent item to which this
field belongs.
getStructuredContent in interface StructuredContentFieldpublic void setStructuredContent(StructuredContent structuredContent)
StructuredContentFieldStructuredContent item.
setStructuredContent in interface StructuredContentFieldpublic java.lang.String getValue()
StructuredContentField
getValue in interface StructuredContentFieldpublic void setValue(java.lang.String value)
StructuredContentField
setValue in interface StructuredContentFieldpublic StructuredContentField cloneEntity()
StructuredContentField
cloneEntity 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 | |||||||||