@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 StructuredContentContentItemXref
public void setId(Long id)
setId
in interface StructuredContentContentItemXref
public ContentItem getContentItem()
getContentItem
in interface StructuredContentContentItemXref
public void setContentItem(ContentItem contentItem)
setContentItem
in interface StructuredContentContentItemXref
public OverrideContentItem getOverrideContentItem()
getOverrideContentItem
in interface StructuredContentContentItemXref
public void setOverrideContentItem(OverrideContentItem overrideContentItem)
setOverrideContentItem
in interface StructuredContentContentItemXref
public org.broadleafcommerce.cms.structure.domain.StructuredContent getStructuredContent()
getStructuredContent
in interface StructuredContentContentItemXref
public void setStructuredContent(org.broadleafcommerce.cms.structure.domain.StructuredContent structuredContent)
setStructuredContent
in interface StructuredContentContentItemXref
public String getNote()
StructuredContentContentItemXref
getNote
in interface StructuredContentContentItemXref
public void setNote(String note)
StructuredContentContentItemXref
setNote
in interface StructuredContentContentItemXref
note
- - the notepublic BigDecimal getSequence()
getSequence
in interface StructuredContentContentItemXref
public void setSequence(BigDecimal sequence)
setSequence
in interface StructuredContentContentItemXref
public int compareTo(StructuredContentContentItemXref scciXref)
compareTo
in interface StructuredContentContentItemXref
compareTo
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>
CloneNotSupportedException
Copyright © 2020. All rights reserved.