Class ClubItem
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.club.server.entity.ClubItem
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionClubItem()Creates a new instance of ClubItemClubItem(ClubItemValue value, EntityPermission entityPermission) Creates a new instance of ClubItem -
Method Summary
Modifier and TypeMethodDescriptionbooleangetClub()getClub(EntityPermission entityPermission) getClub(Session session, EntityPermission entityPermission) getClubForUpdate(Session session) getClubItemType(EntityPermission entityPermission) getClubItemType(Session session) getClubItemType(Session session, EntityPermission entityPermission) getClubItemTypeForUpdate(Session session) booleanbooleanbooleangetItem()getItem(EntityPermission entityPermission) getItem(Session session, EntityPermission entityPermission) getItemForUpdate(Session session) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidvoidsetClubItemType(ClubItemType entity) voidsetClubItemTypePK(ClubItemTypePK clubItemTypePK) voidsetClubItemValue(ClubItemValue value) voidvoidsetFromTime(Long fromTime) voidvoidvoidsetSubscriptionTime(Long subscriptionTime) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ClubItem
Creates a new instance of ClubItem- Throws:
PersistenceException
-
ClubItem
Creates a new instance of ClubItem
-
-
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
-
getClubItemValue
-
setClubItemValue
- 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
-
getClubItemTypePK
-
getClubItemType
-
getClubItemType
-
getClubItemType
-
getClubItemType
-
getClubItemTypeForUpdate
-
getClubItemTypeForUpdate
-
setClubItemTypePK
public void setClubItemTypePK(ClubItemTypePK clubItemTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setClubItemType
-
getClubItemTypePKHasBeenModified
-
getItemPK
-
getItem
-
getItem
-
getItem
-
getItem
-
getItemForUpdate
-
getItemForUpdate
-
setItemPK
public void setItemPK(ItemPK itemPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItem
-
getItemPKHasBeenModified
-
getSubscriptionTime
-
setSubscriptionTime
public void setSubscriptionTime(Long subscriptionTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSubscriptionTimeHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-