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