Class ClubItemValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ClubItemPK>
com.echothree.model.data.club.server.value.ClubItemValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionClubItemValue(ClubItemPK clubItemPK, ClubPK clubPK, ClubItemTypePK clubItemTypePK, ItemPK itemPK, Long subscriptionTime, Long fromTime, Long thruTime) Creates a new instance of ClubItemValueClubItemValue(ClubPK clubPK, ClubItemTypePK clubItemTypePK, ItemPK itemPK, Long subscriptionTime, Long fromTime, Long thruTime) Creates a new instance of ClubItemValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetClubItemTypePK(ClubItemTypePK clubItemTypePK) voidvoidsetFromTime(Long fromTime) voidvoidsetSubscriptionTime(Long subscriptionTime) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ClubItemValue
public ClubItemValue(ClubItemPK clubItemPK, ClubPK clubPK, ClubItemTypePK clubItemTypePK, ItemPK itemPK, Long subscriptionTime, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ClubItemValue- Throws:
PersistenceNotNullException
-
ClubItemValue
public ClubItemValue(ClubPK clubPK, ClubItemTypePK clubItemTypePK, ItemPK itemPK, Long subscriptionTime, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ClubItemValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ClubItemPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ClubItemPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ClubItemPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ClubItemPK>
-
getClubPK
-
setClubPK
- Throws:
PersistenceNotNullException
-
getClubPKHasBeenModified
-
getClubItemTypePK
-
setClubItemTypePK
- Throws:
PersistenceNotNullException
-
getClubItemTypePKHasBeenModified
-
getItemPK
-
setItemPK
- Throws:
PersistenceNotNullException
-
getItemPKHasBeenModified
-
getSubscriptionTime
-
setSubscriptionTime
-
getSubscriptionTimeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-