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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setEndTime
(Long endTime) void
setFromTime
(Long fromTime) void
setPartyPK
(PartyPK partyPK) void
setStartTime
(Long startTime) void
setSubscriptionName
(String subscriptionName) void
setSubscriptionPK
(SubscriptionPK subscriptionPK) void
setSubscriptionTypePK
(SubscriptionTypePK subscriptionTypePK) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<SubscriptionDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<SubscriptionDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<SubscriptionDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-