@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 ContentZoneDefinitionXref
public void setId(Long id)
setId
in interface ContentZoneDefinitionXref
public Widget getWidget()
getWidget
in interface ContentZoneDefinitionXref
public void setWidget(Widget widget)
setWidget
in interface ContentZoneDefinitionXref
public ContentZoneDefinition getContentZoneDefinition()
getContentZoneDefinition
in interface ContentZoneDefinitionXref
public void setContentZoneDefinition(ContentZoneDefinition contentZoneDefinition)
setContentZoneDefinition
in interface ContentZoneDefinitionXref
public <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>
CloneNotSupportedException
Copyright © 2020. All rights reserved.