Class CampaignSourceDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<CampaignSourceDetailPK>
com.echothree.model.data.campaign.server.value.CampaignSourceDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class CampaignSourceDetailValue
extends BaseValue<CampaignSourceDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionCampaignSourceDetailValue(CampaignSourceDetailPK campaignSourceDetailPK, CampaignSourcePK campaignSourcePK, String campaignSourceName, String valueSha1Hash, String value, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CampaignSourceDetailValueCampaignSourceDetailValue(CampaignSourcePK campaignSourcePK, String campaignSourceName, String valueSha1Hash, String value, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CampaignSourceDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleangetValue()booleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCampaignSourceName(String campaignSourceName) voidsetCampaignSourcePK(CampaignSourcePK campaignSourcePK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidvoidsetValueSha1Hash(String valueSha1Hash) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
CampaignSourceDetailValue
public CampaignSourceDetailValue(CampaignSourceDetailPK campaignSourceDetailPK, CampaignSourcePK campaignSourcePK, String campaignSourceName, String valueSha1Hash, String value, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CampaignSourceDetailValue- Throws:
PersistenceNotNullException
-
CampaignSourceDetailValue
public CampaignSourceDetailValue(CampaignSourcePK campaignSourcePK, String campaignSourceName, String valueSha1Hash, String value, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CampaignSourceDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<CampaignSourceDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<CampaignSourceDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<CampaignSourceDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<CampaignSourceDetailPK>
-
getCampaignSourcePK
-
setCampaignSourcePK
public void setCampaignSourcePK(CampaignSourcePK campaignSourcePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getCampaignSourcePKHasBeenModified
-
getCampaignSourceName
-
setCampaignSourceName
- Throws:
PersistenceNotNullException
-
getCampaignSourceNameHasBeenModified
-
getValueSha1Hash
-
setValueSha1Hash
- Throws:
PersistenceNotNullException
-
getValueSha1HashHasBeenModified
-
getValue
-
setValue
- Throws:
PersistenceNotNullException
-
getValueHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-