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