@Entity public class StructuredContentFieldXrefImpl extends Object implements StructuredContentFieldXref, Serializable, org.broadleafcommerce.common.extensibility.jpa.copy.ProfileEntity
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected String |
key |
protected StructuredContent |
structuredContent |
protected StructuredContentField |
structuredContentField |
| Constructor and Description |
|---|
StructuredContentFieldXrefImpl() |
StructuredContentFieldXrefImpl(StructuredContent sc,
StructuredContentField scField,
String key) |
| Modifier and Type | Method and Description |
|---|---|
<G extends StructuredContentFieldXref> |
createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) |
Long |
getId() |
String |
getKey() |
StructuredContent |
getStructuredContent() |
StructuredContentField |
getStructuredContentField() |
void |
setId(Long id) |
void |
setKey(String key) |
void |
setStructuredContent(StructuredContent sc) |
void |
setStrucuturedContentField(StructuredContentField scField) |
protected Long id
protected StructuredContent structuredContent
protected StructuredContentField structuredContentField
protected String key
public StructuredContentFieldXrefImpl()
public StructuredContentFieldXrefImpl(StructuredContent sc, StructuredContentField scField, String key)
public void setId(Long id)
setId in interface StructuredContentFieldXrefpublic Long getId()
getId in interface StructuredContentFieldXrefpublic void setStructuredContent(StructuredContent sc)
setStructuredContent in interface StructuredContentFieldXrefpublic StructuredContent getStructuredContent()
getStructuredContent in interface StructuredContentFieldXrefpublic void setStrucuturedContentField(StructuredContentField scField)
setStrucuturedContentField in interface StructuredContentFieldXrefpublic StructuredContentField getStructuredContentField()
getStructuredContentField in interface StructuredContentFieldXrefpublic void setKey(String key)
setKey in interface StructuredContentFieldXrefpublic String getKey()
getKey in interface StructuredContentFieldXrefpublic <G extends StructuredContentFieldXref> org.broadleafcommerce.common.copy.CreateResponse<G> createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) throws CloneNotSupportedException
createOrRetrieveCopyInstance in interface org.broadleafcommerce.common.copy.MultiTenantCloneable<StructuredContentFieldXref>CloneNotSupportedExceptionCopyright © 2016. All rights reserved.