Class SubscriptionDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.subscription.server.entity.SubscriptionDetail
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of SubscriptionDetailSubscriptionDetail(SubscriptionDetailValue value, EntityPermission entityPermission) Creates a new instance of SubscriptionDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleangetParty()getParty(EntityPermission entityPermission) getParty(Session session, EntityPermission entityPermission) getPartyForUpdate(Session session) booleanbooleangetSubscription(EntityPermission entityPermission) getSubscription(Session session) getSubscription(Session session, EntityPermission entityPermission) getSubscriptionForUpdate(Session session) booleanbooleangetSubscriptionType(EntityPermission entityPermission) getSubscriptionType(Session session) getSubscriptionType(Session session, EntityPermission entityPermission) getSubscriptionTypeForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetEndTime(Long endTime) voidsetFromTime(Long fromTime) voidvoidsetPartyPK(PartyPK partyPK) voidsetStartTime(Long startTime) voidsetSubscription(Subscription entity) voidvoidsetSubscriptionName(String subscriptionName) voidsetSubscriptionPK(SubscriptionPK subscriptionPK) voidsetSubscriptionType(SubscriptionType entity) voidsetSubscriptionTypePK(SubscriptionTypePK subscriptionTypePK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
SubscriptionDetail
Creates a new instance of SubscriptionDetail- Throws:
PersistenceException
-
SubscriptionDetail
Creates a new instance of SubscriptionDetail
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getSubscriptionDetailValue
-
setSubscriptionDetailValue
public void setSubscriptionDetailValue(SubscriptionDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getSubscriptionPK
-
getSubscription
-
getSubscription
-
getSubscription
-
getSubscription
-
getSubscriptionForUpdate
-
getSubscriptionForUpdate
-
setSubscriptionPK
public void setSubscriptionPK(SubscriptionPK subscriptionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSubscription
-
getSubscriptionPKHasBeenModified
-
getSubscriptionName
-
setSubscriptionName
public void setSubscriptionName(String subscriptionName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSubscriptionNameHasBeenModified
-
getSubscriptionTypePK
-
getSubscriptionType
-
getSubscriptionType
-
getSubscriptionType
-
getSubscriptionType
-
getSubscriptionTypeForUpdate
-
getSubscriptionTypeForUpdate
-
setSubscriptionTypePK
public void setSubscriptionTypePK(SubscriptionTypePK subscriptionTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSubscriptionType
-
getSubscriptionTypePKHasBeenModified
-
getPartyPK
-
getParty
-
getParty
-
getParty
-
getParty
-
getPartyForUpdate
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getStartTime
-
setStartTime
public void setStartTime(Long startTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getStartTimeHasBeenModified
-
getEndTime
-
setEndTime
public void setEndTime(Long endTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getEndTimeHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-