Class RatingDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<RatingDetailPK>
com.echothree.model.data.rating.server.value.RatingDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionRatingDetailValue(RatingDetailPK ratingDetailPK, RatingPK ratingPK, String ratingName, RatingTypeListItemPK ratingTypeListItemPK, EntityInstancePK ratedEntityInstancePK, EntityInstancePK ratedByEntityInstancePK, Long fromTime, Long thruTime) Creates a new instance of RatingDetailValueRatingDetailValue(RatingPK ratingPK, String ratingName, RatingTypeListItemPK ratingTypeListItemPK, EntityInstancePK ratedEntityInstancePK, EntityInstancePK ratedByEntityInstancePK, Long fromTime, Long thruTime) Creates a new instance of RatingDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetRatedByEntityInstancePK(EntityInstancePK ratedByEntityInstancePK) voidsetRatedEntityInstancePK(EntityInstancePK ratedEntityInstancePK) voidsetRatingName(String ratingName) voidsetRatingPK(RatingPK ratingPK) voidsetRatingTypeListItemPK(RatingTypeListItemPK ratingTypeListItemPK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
RatingDetailValue
public RatingDetailValue(RatingDetailPK ratingDetailPK, RatingPK ratingPK, String ratingName, RatingTypeListItemPK ratingTypeListItemPK, EntityInstancePK ratedEntityInstancePK, EntityInstancePK ratedByEntityInstancePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of RatingDetailValue- Throws:
PersistenceNotNullException
-
RatingDetailValue
public RatingDetailValue(RatingPK ratingPK, String ratingName, RatingTypeListItemPK ratingTypeListItemPK, EntityInstancePK ratedEntityInstancePK, EntityInstancePK ratedByEntityInstancePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of RatingDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<RatingDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<RatingDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<RatingDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<RatingDetailPK>
-
getRatingPK
-
setRatingPK
- Throws:
PersistenceNotNullException
-
getRatingPKHasBeenModified
-
getRatingName
-
setRatingName
- Throws:
PersistenceNotNullException
-
getRatingNameHasBeenModified
-
getRatingTypeListItemPK
-
setRatingTypeListItemPK
public void setRatingTypeListItemPK(RatingTypeListItemPK ratingTypeListItemPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getRatingTypeListItemPKHasBeenModified
-
getRatedEntityInstancePK
-
setRatedEntityInstancePK
public void setRatedEntityInstancePK(EntityInstancePK ratedEntityInstancePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getRatedEntityInstancePKHasBeenModified
-
getRatedByEntityInstancePK
-
setRatedByEntityInstancePK
public void setRatedByEntityInstancePK(EntityInstancePK ratedByEntityInstancePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getRatedByEntityInstancePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-