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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(CampaignContentDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<CampaignContentPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<CampaignContentPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<CampaignContentPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<CampaignContentPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-