Class CampaignContentValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<CampaignContentPK>
com.echothree.model.data.campaign.server.value.CampaignContentValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class CampaignContentValue
extends BaseValue<CampaignContentPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionCampaignContentValue
(CampaignContentDetailPK activeDetailPK, CampaignContentDetailPK lastDetailPK) Creates a new instance of CampaignContentValueCampaignContentValue
(CampaignContentPK campaignContentPK, CampaignContentDetailPK activeDetailPK, CampaignContentDetailPK lastDetailPK) Creates a new instance of CampaignContentValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(CampaignContentDetailPK activeDetailPK) void
setLastDetailPK
(CampaignContentDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
CampaignContentValue
public CampaignContentValue(CampaignContentPK campaignContentPK, CampaignContentDetailPK activeDetailPK, CampaignContentDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of CampaignContentValue- Throws:
PersistenceNotNullException
-
CampaignContentValue
public CampaignContentValue(CampaignContentDetailPK activeDetailPK, CampaignContentDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of CampaignContentValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<CampaignContentPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<CampaignContentPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<CampaignContentPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<CampaignContentPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-