Class ClubDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.club.server.entity.ClubDetail
- 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 ClubDetailClubDetail(ClubDetailValue value, EntityPermission entityPermission) Creates a new instance of ClubDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetClub()getClub(EntityPermission entityPermission) getClub(Session session, EntityPermission entityPermission) getClubForUpdate(Session session) booleanbooleangetClubPriceFilter(EntityPermission entityPermission) getClubPriceFilter(Session session) getClubPriceFilter(Session session, EntityPermission entityPermission) getClubPriceFilterForUpdate(Session session) booleangetCurrency(EntityPermission entityPermission) getCurrency(Session session) getCurrency(Session session, EntityPermission entityPermission) getCurrencyForUpdate(Session session) booleanbooleanbooleanbooleangetSubscriptionType(EntityPermission entityPermission) getSubscriptionType(Session session) getSubscriptionType(Session session, EntityPermission entityPermission) getSubscriptionTypeForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidvoidvoidsetClubName(String clubName) voidvoidsetClubPriceFilter(Filter entity) voidsetClubPriceFilterPK(FilterPK clubPriceFilterPK) voidsetCurrency(Currency entity) voidsetCurrencyPK(CurrencyPK currencyPK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) 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
-
ClubDetail
Creates a new instance of ClubDetail- Throws:
PersistenceException
-
ClubDetail
Creates a new instance of ClubDetail
-
-
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
-
getClubDetailValue
-
setClubDetailValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getClubPK
-
getClub
-
getClub
-
getClub
-
getClub
-
getClubForUpdate
-
getClubForUpdate
-
setClubPK
public void setClubPK(ClubPK clubPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setClub
-
getClubPKHasBeenModified
-
getClubName
-
setClubName
public void setClubName(String clubName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getClubNameHasBeenModified
-
getSubscriptionTypePK
-
getSubscriptionType
-
getSubscriptionType
-
getSubscriptionType
-
getSubscriptionType
-
getSubscriptionTypeForUpdate
-
getSubscriptionTypeForUpdate
-
setSubscriptionTypePK
public void setSubscriptionTypePK(SubscriptionTypePK subscriptionTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSubscriptionType
-
getSubscriptionTypePKHasBeenModified
-
getClubPriceFilterPK
-
getClubPriceFilter
-
getClubPriceFilter
-
getClubPriceFilter
-
getClubPriceFilter
-
getClubPriceFilterForUpdate
-
getClubPriceFilterForUpdate
-
setClubPriceFilterPK
public void setClubPriceFilterPK(FilterPK clubPriceFilterPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setClubPriceFilter
-
getClubPriceFilterPKHasBeenModified
-
getCurrencyPK
-
getCurrency
-
getCurrency
-
getCurrency
-
getCurrency
-
getCurrencyForUpdate
-
getCurrencyForUpdate
-
setCurrencyPK
public void setCurrencyPK(CurrencyPK currencyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCurrency
-
getCurrencyPKHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-