@Entity public class ContentTargetingActionXrefImpl extends Object implements ContentTargetingActionXref, org.broadleafcommerce.common.extensibility.jpa.copy.ProfileEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected ContentTargeter |
contentTargeter |
protected ContentTargetingAction |
contentTargetingAction |
protected Long |
id |
protected String |
name |
static long |
serialVersionUID |
| Constructor and Description |
|---|
ContentTargetingActionXrefImpl() |
| Modifier and Type | Method and Description |
|---|---|
<G extends ContentTargetingActionXref> |
createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext multiTenantCopyContext) |
boolean |
equals(Object obj) |
ContentTargeter |
getContentTargeter()
Returns the associated
ContentTargeter |
ContentTargetingAction |
getContentTargetingAction()
Returns the associated
ContentTargetingAction |
Long |
getId()
Gets the primary key.
|
String |
getName()
Gets the name.
|
int |
hashCode() |
void |
setContentTargeter(ContentTargeter contentTargeter)
Sets the associated
ContentTargeter |
void |
setContentTargetingAction(ContentTargetingAction contentTargetingAction)
Sets the associated
ContentTargetingAction |
void |
setId(Long id)
Sets the primary key.
|
void |
setName(String name)
Sets the name.
|
public static final long serialVersionUID
protected Long id
protected String name
protected ContentTargeter contentTargeter
protected ContentTargetingAction contentTargetingAction
public Long getId()
ContentTargetingActionXrefgetId in interface ContentTargetingActionXrefpublic void setId(Long id)
ContentTargetingActionXrefsetId in interface ContentTargetingActionXrefid - the new primary keypublic String getName()
ContentTargetingActionXrefgetName in interface ContentTargetingActionXrefpublic void setName(String name)
ContentTargetingActionXrefsetName in interface ContentTargetingActionXrefpublic ContentTargeter getContentTargeter()
ContentTargetingActionXrefContentTargetergetContentTargeter in interface ContentTargetingActionXrefpublic void setContentTargeter(ContentTargeter contentTargeter)
ContentTargetingActionXrefContentTargetersetContentTargeter in interface ContentTargetingActionXrefpublic ContentTargetingAction getContentTargetingAction()
ContentTargetingActionXrefContentTargetingActiongetContentTargetingAction in interface ContentTargetingActionXrefpublic void setContentTargetingAction(ContentTargetingAction contentTargetingAction)
ContentTargetingActionXrefContentTargetingActionsetContentTargetingAction in interface ContentTargetingActionXrefpublic <G extends ContentTargetingActionXref> org.broadleafcommerce.common.copy.CreateResponse<G> createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext multiTenantCopyContext) throws CloneNotSupportedException
createOrRetrieveCopyInstance in interface org.broadleafcommerce.common.copy.MultiTenantCloneable<ContentTargetingActionXref>CloneNotSupportedExceptionCopyright © 2020. All rights reserved.