@Entity public class StructuredContentContentItemXrefImpl extends Object implements StructuredContentContentItemXref, org.broadleafcommerce.common.extensibility.jpa.copy.ProfileEntity
| Modifier and Type | Field and Description |
|---|---|
protected ContentItem |
contentItem |
protected Long |
id |
protected String |
note |
protected OverrideContentItem |
overrideContentItem |
protected BigDecimal |
sequence |
protected org.broadleafcommerce.cms.structure.domain.StructuredContent |
structuredContent |
| Constructor and Description |
|---|
StructuredContentContentItemXrefImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(StructuredContentContentItemXref scciXref) |
<G extends StructuredContentContentItemXref> |
createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) |
ContentItem |
getContentItem() |
Long |
getId() |
String |
getNote()
Gets the note for this association
|
OverrideContentItem |
getOverrideContentItem() |
BigDecimal |
getSequence() |
org.broadleafcommerce.cms.structure.domain.StructuredContent |
getStructuredContent() |
void |
setContentItem(ContentItem contentItem) |
void |
setId(Long id) |
void |
setNote(String note)
Sets any notes associated with this association
|
void |
setOverrideContentItem(OverrideContentItem overrideContentItem) |
void |
setSequence(BigDecimal sequence) |
void |
setStructuredContent(org.broadleafcommerce.cms.structure.domain.StructuredContent structuredContent) |
protected Long id
protected ContentItem contentItem
protected OverrideContentItem overrideContentItem
protected org.broadleafcommerce.cms.structure.domain.StructuredContent structuredContent
protected String note
protected BigDecimal sequence
public StructuredContentContentItemXrefImpl()
public Long getId()
getId in interface StructuredContentContentItemXrefpublic void setId(Long id)
setId in interface StructuredContentContentItemXrefpublic ContentItem getContentItem()
getContentItem in interface StructuredContentContentItemXrefpublic void setContentItem(ContentItem contentItem)
setContentItem in interface StructuredContentContentItemXrefpublic OverrideContentItem getOverrideContentItem()
getOverrideContentItem in interface StructuredContentContentItemXrefpublic void setOverrideContentItem(OverrideContentItem overrideContentItem)
setOverrideContentItem in interface StructuredContentContentItemXrefpublic org.broadleafcommerce.cms.structure.domain.StructuredContent getStructuredContent()
getStructuredContent in interface StructuredContentContentItemXrefpublic void setStructuredContent(org.broadleafcommerce.cms.structure.domain.StructuredContent structuredContent)
setStructuredContent in interface StructuredContentContentItemXrefpublic String getNote()
StructuredContentContentItemXrefgetNote in interface StructuredContentContentItemXrefpublic void setNote(String note)
StructuredContentContentItemXrefsetNote in interface StructuredContentContentItemXrefnote - - the notepublic BigDecimal getSequence()
getSequence in interface StructuredContentContentItemXrefpublic void setSequence(BigDecimal sequence)
setSequence in interface StructuredContentContentItemXrefpublic int compareTo(StructuredContentContentItemXref scciXref)
compareTo in interface StructuredContentContentItemXrefcompareTo in interface Comparable<StructuredContentContentItemXref>public <G extends StructuredContentContentItemXref> org.broadleafcommerce.common.copy.CreateResponse<G> createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) throws CloneNotSupportedException
createOrRetrieveCopyInstance in interface org.broadleafcommerce.common.copy.MultiTenantCloneable<StructuredContentContentItemXref>CloneNotSupportedExceptionCopyright © 2020. All rights reserved.