@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()
ContentTargetingActionXref
getId
in interface ContentTargetingActionXref
public void setId(Long id)
ContentTargetingActionXref
setId
in interface ContentTargetingActionXref
id
- the new primary keypublic String getName()
ContentTargetingActionXref
getName
in interface ContentTargetingActionXref
public void setName(String name)
ContentTargetingActionXref
setName
in interface ContentTargetingActionXref
public ContentTargeter getContentTargeter()
ContentTargetingActionXref
ContentTargeter
getContentTargeter
in interface ContentTargetingActionXref
public void setContentTargeter(ContentTargeter contentTargeter)
ContentTargetingActionXref
ContentTargeter
setContentTargeter
in interface ContentTargetingActionXref
public ContentTargetingAction getContentTargetingAction()
ContentTargetingActionXref
ContentTargetingAction
getContentTargetingAction
in interface ContentTargetingActionXref
public void setContentTargetingAction(ContentTargetingAction contentTargetingAction)
ContentTargetingActionXref
ContentTargetingAction
setContentTargetingAction
in interface ContentTargetingActionXref
public <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>
CloneNotSupportedException
Copyright © 2020. All rights reserved.