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