Class SubscriptionDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SubscriptionDetailPK>
com.echothree.model.data.subscription.server.value.SubscriptionDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class SubscriptionDetailValue
extends BaseValue<SubscriptionDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionSubscriptionDetailValue(SubscriptionDetailPK subscriptionDetailPK, SubscriptionPK subscriptionPK, String subscriptionName, SubscriptionTypePK subscriptionTypePK, PartyPK partyPK, Long startTime, Long endTime, Long fromTime, Long thruTime) Creates a new instance of SubscriptionDetailValueSubscriptionDetailValue(SubscriptionPK subscriptionPK, String subscriptionName, SubscriptionTypePK subscriptionTypePK, PartyPK partyPK, Long startTime, Long endTime, Long fromTime, Long thruTime) Creates a new instance of SubscriptionDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetEndTime(Long endTime) voidsetFromTime(Long fromTime) voidsetPartyPK(PartyPK partyPK) voidsetStartTime(Long startTime) voidsetSubscriptionName(String subscriptionName) voidsetSubscriptionPK(SubscriptionPK subscriptionPK) voidsetSubscriptionTypePK(SubscriptionTypePK subscriptionTypePK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
SubscriptionDetailValue
public SubscriptionDetailValue(SubscriptionDetailPK subscriptionDetailPK, SubscriptionPK subscriptionPK, String subscriptionName, SubscriptionTypePK subscriptionTypePK, PartyPK partyPK, Long startTime, Long endTime, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SubscriptionDetailValue- Throws:
PersistenceNotNullException
-
SubscriptionDetailValue
public SubscriptionDetailValue(SubscriptionPK subscriptionPK, String subscriptionName, SubscriptionTypePK subscriptionTypePK, PartyPK partyPK, Long startTime, Long endTime, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SubscriptionDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<SubscriptionDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<SubscriptionDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<SubscriptionDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<SubscriptionDetailPK>
-
getSubscriptionPK
-
setSubscriptionPK
- Throws:
PersistenceNotNullException
-
getSubscriptionPKHasBeenModified
-
getSubscriptionName
-
setSubscriptionName
- Throws:
PersistenceNotNullException
-
getSubscriptionNameHasBeenModified
-
getSubscriptionTypePK
-
setSubscriptionTypePK
public void setSubscriptionTypePK(SubscriptionTypePK subscriptionTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getSubscriptionTypePKHasBeenModified
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getStartTime
-
setStartTime
- Throws:
PersistenceNotNullException
-
getStartTimeHasBeenModified
-
getEndTime
-
setEndTime
-
getEndTimeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-