Class ClubValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ClubPK>
com.echothree.model.data.club.server.value.ClubValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionClubValue
(ClubDetailPK activeDetailPK, ClubDetailPK lastDetailPK) Creates a new instance of ClubValueClubValue
(ClubPK clubPK, ClubDetailPK activeDetailPK, ClubDetailPK lastDetailPK) Creates a new instance of ClubValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(ClubDetailPK activeDetailPK) void
setLastDetailPK
(ClubDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ClubValue
public ClubValue(ClubPK clubPK, ClubDetailPK activeDetailPK, ClubDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of ClubValue- Throws:
PersistenceNotNullException
-
ClubValue
public ClubValue(ClubDetailPK activeDetailPK, ClubDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of ClubValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ClubPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ClubPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ClubPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ClubPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-