@Entity public class ContentZoneDefinitionXrefImpl extends Object implements ContentZoneDefinitionXref, org.broadleafcommerce.common.extensibility.jpa.copy.ProfileEntity
| Modifier and Type | Field and Description |
|---|---|
protected ContentZoneDefinition |
contentZoneDefinition |
protected Long |
id |
protected Widget |
widget |
| Constructor and Description |
|---|
ContentZoneDefinitionXrefImpl() |
| Modifier and Type | Method and Description |
|---|---|
<G extends ContentZoneDefinitionXref> |
createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) |
ContentZoneDefinition |
getContentZoneDefinition() |
Long |
getId() |
Widget |
getWidget() |
void |
setContentZoneDefinition(ContentZoneDefinition contentZoneDefinition) |
void |
setId(Long id) |
void |
setWidget(Widget widget) |
protected Long id
protected Widget widget
protected ContentZoneDefinition contentZoneDefinition
public Long getId()
getId in interface ContentZoneDefinitionXrefpublic void setId(Long id)
setId in interface ContentZoneDefinitionXrefpublic Widget getWidget()
getWidget in interface ContentZoneDefinitionXrefpublic void setWidget(Widget widget)
setWidget in interface ContentZoneDefinitionXrefpublic ContentZoneDefinition getContentZoneDefinition()
getContentZoneDefinition in interface ContentZoneDefinitionXrefpublic void setContentZoneDefinition(ContentZoneDefinition contentZoneDefinition)
setContentZoneDefinition in interface ContentZoneDefinitionXrefpublic <G extends ContentZoneDefinitionXref> org.broadleafcommerce.common.copy.CreateResponse<G> createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) throws CloneNotSupportedException
createOrRetrieveCopyInstance in interface org.broadleafcommerce.common.copy.MultiTenantCloneable<ContentZoneDefinitionXref>CloneNotSupportedExceptionCopyright © 2020. All rights reserved.