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 TypeMethodDescriptionboolean
boolean
boolean
getParty()
getParty
(EntityPermission entityPermission) getParty
(Session session, EntityPermission entityPermission) getPartyForUpdate
(Session session) boolean
boolean
getSubscription
(EntityPermission entityPermission) getSubscription
(Session session) getSubscription
(Session session, EntityPermission entityPermission) getSubscriptionForUpdate
(Session session) boolean
boolean
getSubscriptionType
(EntityPermission entityPermission) getSubscriptionType
(Session session) getSubscriptionType
(Session session, EntityPermission entityPermission) getSubscriptionTypeForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setEndTime
(Long endTime) void
setFromTime
(Long fromTime) void
void
setPartyPK
(PartyPK partyPK) void
setStartTime
(Long startTime) void
setSubscription
(Subscription entity) void
void
setSubscriptionName
(String subscriptionName) void
setSubscriptionPK
(SubscriptionPK subscriptionPK) void
setSubscriptionType
(SubscriptionType entity) void
setSubscriptionTypePK
(SubscriptionTypePK subscriptionTypePK) void
setThruTime
(Long thruTime) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getSubscriptionDetailValue
-
setSubscriptionDetailValue
public void setSubscriptionDetailValue(SubscriptionDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-