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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setClubItemTypePK
(ClubItemTypePK clubItemTypePK) void
void
setFromTime
(Long fromTime) void
void
setSubscriptionTime
(Long subscriptionTime) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<ClubItemPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ClubItemPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ClubItemPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-