@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 StructuredContentTypeWidgetXrefpublic void setId(Long id)
setId in interface StructuredContentTypeWidgetXrefpublic Widget getWidget()
getWidget in interface StructuredContentTypeWidgetXrefpublic void setWidget(Widget widget)
setWidget in interface StructuredContentTypeWidgetXrefpublic org.broadleafcommerce.cms.structure.domain.StructuredContentType getStructuredContentType()
getStructuredContentType in interface StructuredContentTypeWidgetXrefpublic void setStructuredContentType(org.broadleafcommerce.cms.structure.domain.StructuredContentType structuredContentType)
setStructuredContentType in interface StructuredContentTypeWidgetXrefpublic <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>CloneNotSupportedExceptionCopyright © 2020. All rights reserved.