@Entity public class StructuredContentTypeWidgetXrefImpl extends Object implements StructuredContentTypeWidgetXref, org.broadleafcommerce.common.extensibility.jpa.copy.ProfileEntity
Modifier and Type | Field and Description |
---|---|
protected Long |
id
The id.
|
protected org.broadleafcommerce.cms.structure.domain.StructuredContentType |
structuredContentType |
protected Widget |
widget |
Constructor and Description |
---|
StructuredContentTypeWidgetXrefImpl() |
Modifier and Type | Method and Description |
---|---|
<G extends StructuredContentTypeWidgetXref> |
createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) |
Long |
getId() |
org.broadleafcommerce.cms.structure.domain.StructuredContentType |
getStructuredContentType() |
Widget |
getWidget() |
void |
setId(Long id) |
void |
setStructuredContentType(org.broadleafcommerce.cms.structure.domain.StructuredContentType structuredContentType) |
void |
setWidget(Widget widget) |
protected Long id
protected Widget widget
protected org.broadleafcommerce.cms.structure.domain.StructuredContentType structuredContentType
public Long getId()
getId
in interface StructuredContentTypeWidgetXref
public void setId(Long id)
setId
in interface StructuredContentTypeWidgetXref
public Widget getWidget()
getWidget
in interface StructuredContentTypeWidgetXref
public void setWidget(Widget widget)
setWidget
in interface StructuredContentTypeWidgetXref
public org.broadleafcommerce.cms.structure.domain.StructuredContentType getStructuredContentType()
getStructuredContentType
in interface StructuredContentTypeWidgetXref
public void setStructuredContentType(org.broadleafcommerce.cms.structure.domain.StructuredContentType structuredContentType)
setStructuredContentType
in interface StructuredContentTypeWidgetXref
public <G extends StructuredContentTypeWidgetXref> org.broadleafcommerce.common.copy.CreateResponse<G> createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) throws CloneNotSupportedException
createOrRetrieveCopyInstance
in interface org.broadleafcommerce.common.copy.MultiTenantCloneable<StructuredContentTypeWidgetXref>
CloneNotSupportedException
Copyright © 2020. All rights reserved.