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