Class CampaignContentDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<CampaignContentDetailPK>
com.echothree.model.data.campaign.server.value.CampaignContentDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class CampaignContentDetailValue
extends BaseValue<CampaignContentDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionCampaignContentDetailValue
(CampaignContentDetailPK campaignContentDetailPK, CampaignContentPK campaignContentPK, String campaignContentName, String valueSha1Hash, String value, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CampaignContentDetailValueCampaignContentDetailValue
(CampaignContentPK campaignContentPK, String campaignContentName, String valueSha1Hash, String value, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CampaignContentDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
getValue()
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCampaignContentName
(String campaignContentName) void
setCampaignContentPK
(CampaignContentPK campaignContentPK) 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
-
CampaignContentDetailValue
public CampaignContentDetailValue(CampaignContentDetailPK campaignContentDetailPK, CampaignContentPK campaignContentPK, String campaignContentName, String valueSha1Hash, String value, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CampaignContentDetailValue- Throws:
PersistenceNotNullException
-
CampaignContentDetailValue
public CampaignContentDetailValue(CampaignContentPK campaignContentPK, String campaignContentName, String valueSha1Hash, String value, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CampaignContentDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<CampaignContentDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<CampaignContentDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<CampaignContentDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<CampaignContentDetailPK>
-
getCampaignContentPK
-
setCampaignContentPK
public void setCampaignContentPK(CampaignContentPK campaignContentPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getCampaignContentPKHasBeenModified
-
getCampaignContentName
-
setCampaignContentName
- Throws:
PersistenceNotNullException
-
getCampaignContentNameHasBeenModified
-
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
-