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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
getValue()
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCampaignSourceName
(String campaignSourceName) void
setCampaignSourcePK
(CampaignSourcePK campaignSourcePK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
void
setValueSha1Hash
(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:
getBaseFactoryInstance
in classBaseValue<CampaignSourceDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<CampaignSourceDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<CampaignSourceDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-