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()
void
void
void
setCommentedByEntityInstance
(EntityInstanceTransfer commentedByEntityInstance) void
setCommentedEntityInstance
(EntityInstanceTransfer commentedEntityInstance) void
setCommentName
(String commentName) void
setCommentStatus
(WorkflowEntityStatusTransfer commentStatus) void
setCommentType
(CommentTypeTransfer commentType) void
setCommentUsages
(ListWrapper<CommentUsageTransfer> commentUsages) void
setDescription
(String description) void
setLanguage
(LanguageTransfer language) void
setMimeType
(MimeTypeTransfer mimeType) void
Methods 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
-