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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(RatingDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<RatingPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<RatingPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<RatingPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<RatingPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-