Class CommentTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.comment.common.transfer.CommentTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of CommentTransferCommentTransfer(String commentName, CommentTypeTransfer commentType, EntityInstanceTransfer commentedEntityInstance, EntityInstanceTransfer commentedByEntityInstance, LanguageTransfer language, String description, MimeTypeTransfer mimeType, String string, ByteArray blob, String clob) Creates a new instance of CommentTransfer -
Method Summary
Modifier and TypeMethodDescriptiongetBlob()getClob()voidvoidvoidsetCommentedByEntityInstance(EntityInstanceTransfer commentedByEntityInstance) voidsetCommentedEntityInstance(EntityInstanceTransfer commentedEntityInstance) voidsetCommentName(String commentName) voidsetCommentStatus(WorkflowEntityStatusTransfer commentStatus) voidsetCommentType(CommentTypeTransfer commentType) voidsetCommentUsages(ListWrapper<CommentUsageTransfer> commentUsages) voidsetDescription(String description) voidsetLanguage(LanguageTransfer language) voidsetMimeType(MimeTypeTransfer mimeType) voidMethods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
CommentTransfer
public CommentTransfer()Creates a new instance of CommentTransfer -
CommentTransfer
public CommentTransfer(String commentName, CommentTypeTransfer commentType, EntityInstanceTransfer commentedEntityInstance, EntityInstanceTransfer commentedByEntityInstance, LanguageTransfer language, String description, MimeTypeTransfer mimeType, String string, ByteArray blob, String clob) Creates a new instance of CommentTransfer
-
-
Method Details
-
getCommentName
-
setCommentName
-
getCommentType
-
setCommentType
-
getCommentedEntityInstance
-
setCommentedEntityInstance
-
getCommentedByEntityInstance
-
setCommentedByEntityInstance
-
getLanguage
-
setLanguage
-
getDescription
-
setDescription
-
getMimeType
-
setMimeType
-
getString
-
setString
-
getBlob
-
setBlob
-
getClob
-
setClob
-
getCommentUsages
-
setCommentUsages
-
getCommentStatus
-
setCommentStatus
-