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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCommentedByEntityInstancePK(EntityInstancePK commentedByEntityInstancePK) voidsetCommentedEntityInstancePK(EntityInstancePK commentedEntityInstancePK) voidsetCommentName(String commentName) voidsetCommentPK(CommentPK commentPK) voidsetCommentTypePK(CommentTypePK commentTypePK) voidsetDescription(String description) voidsetFromTime(Long fromTime) voidsetLanguagePK(LanguagePK languagePK) voidsetMimeTypePK(MimeTypePK mimeTypePK) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<CommentDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<CommentDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<CommentDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-