Class CommentDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<CommentDetailPK>
com.echothree.model.data.comment.server.value.CommentDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class CommentDetailValue
extends BaseValue<CommentDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionCommentDetailValue
(CommentDetailPK commentDetailPK, CommentPK commentPK, String commentName, CommentTypePK commentTypePK, EntityInstancePK commentedEntityInstancePK, EntityInstancePK commentedByEntityInstancePK, LanguagePK languagePK, String description, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) Creates a new instance of CommentDetailValueCommentDetailValue
(CommentPK commentPK, String commentName, CommentTypePK commentTypePK, EntityInstancePK commentedEntityInstancePK, EntityInstancePK commentedByEntityInstancePK, LanguagePK languagePK, String description, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) Creates a new instance of CommentDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCommentedByEntityInstancePK
(EntityInstancePK commentedByEntityInstancePK) void
setCommentedEntityInstancePK
(EntityInstancePK commentedEntityInstancePK) void
setCommentName
(String commentName) void
setCommentPK
(CommentPK commentPK) void
setCommentTypePK
(CommentTypePK commentTypePK) void
setDescription
(String description) void
setFromTime
(Long fromTime) void
setLanguagePK
(LanguagePK languagePK) void
setMimeTypePK
(MimeTypePK mimeTypePK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
CommentDetailValue
public CommentDetailValue(CommentDetailPK commentDetailPK, CommentPK commentPK, String commentName, CommentTypePK commentTypePK, EntityInstancePK commentedEntityInstancePK, EntityInstancePK commentedByEntityInstancePK, LanguagePK languagePK, String description, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CommentDetailValue- Throws:
PersistenceNotNullException
-
CommentDetailValue
public CommentDetailValue(CommentPK commentPK, String commentName, CommentTypePK commentTypePK, EntityInstancePK commentedEntityInstancePK, EntityInstancePK commentedByEntityInstancePK, LanguagePK languagePK, String description, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CommentDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<CommentDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<CommentDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<CommentDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<CommentDetailPK>
-
getCommentPK
-
setCommentPK
- Throws:
PersistenceNotNullException
-
getCommentPKHasBeenModified
-
getCommentName
-
setCommentName
- Throws:
PersistenceNotNullException
-
getCommentNameHasBeenModified
-
getCommentTypePK
-
setCommentTypePK
- Throws:
PersistenceNotNullException
-
getCommentTypePKHasBeenModified
-
getCommentedEntityInstancePK
-
setCommentedEntityInstancePK
public void setCommentedEntityInstancePK(EntityInstancePK commentedEntityInstancePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getCommentedEntityInstancePKHasBeenModified
-
getCommentedByEntityInstancePK
-
setCommentedByEntityInstancePK
public void setCommentedByEntityInstancePK(EntityInstancePK commentedByEntityInstancePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getCommentedByEntityInstancePKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
-
getDescriptionHasBeenModified
-
getMimeTypePK
-
setMimeTypePK
-
getMimeTypePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-