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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setRatedByEntityInstancePK
(EntityInstancePK ratedByEntityInstancePK) void
setRatedEntityInstancePK
(EntityInstancePK ratedEntityInstancePK) void
setRatingName
(String ratingName) void
setRatingPK
(RatingPK ratingPK) void
setRatingTypeListItemPK
(RatingTypeListItemPK ratingTypeListItemPK) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<RatingDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<RatingDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<RatingDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-