@Api(module=collaboration, value="\u8282\u70b9\u8d85\u671f\u4e8b\u4ef6", type=EVENT) public class CollaborationNodeOverdueEvent extends AbstractCollaborationEvent
构造器和说明 |
---|
CollaborationNodeOverdueEvent(java.lang.Object source) |
限定符和类型 | 方法和说明 |
---|---|
com.seeyon.ctp.common.po.affair.CtpAffair |
getAffair() |
java.util.List<com.seeyon.ctp.common.po.affair.CtpAffair> |
getAssignedAffairs() |
com.seeyon.ctp.common.content.comment.Comment |
getComment() |
ColSummary |
getSummary() |
void |
setAffair(com.seeyon.ctp.common.po.affair.CtpAffair affair) |
void |
setAssignedAffairs(java.util.List<com.seeyon.ctp.common.po.affair.CtpAffair> assignedAffairs) |
void |
setComment(com.seeyon.ctp.common.content.comment.Comment comment) |
void |
setSummary(ColSummary summary) |
getCollaborationApi, getSummaryId, getTemplateCode, isFinished, isTemplate, isTerminated, setSummaryId
@ApiOperation(name="\u83b7\u53d6affair", value="\u83b7\u53d6affair", scenes="\u4e8b\u4ef6get\u65b9\u6cd5") public com.seeyon.ctp.common.po.affair.CtpAffair getAffair()
@ApiOperation(name="\u8bbe\u7f6eaffair", value="\u8bbe\u7f6eaffair", scenes="\u4e8b\u4ef6set\u65b9\u6cd5") public void setAffair(@ApiParam(name="affair",value="\u5f53\u524daffair\u4e8b\u9879",required=true) com.seeyon.ctp.common.po.affair.CtpAffair affair)
@ApiOperation(name="\u83b7\u53d6summary", value="\u83b7\u53d6summary", scenes="\u4e8b\u4ef6get\u65b9\u6cd5") public ColSummary getSummary()
@ApiOperation(name="\u8bbe\u7f6esummary", value="\u8bbe\u7f6esummary", scenes="\u4e8b\u4ef6set\u65b9\u6cd5") public void setSummary(@ApiParam(name="summary",value="\u534f\u540cColSummary",required=true) ColSummary summary)
@ApiOperation(name="\u83b7\u53d6comment", value="\u83b7\u53d6comment", scenes="\u4e8b\u4ef6get\u65b9\u6cd5") public com.seeyon.ctp.common.content.comment.Comment getComment()
@ApiOperation(name="\u8bbe\u7f6ecomment", value="\u8bbe\u7f6ecomment", scenes="\u4e8b\u4ef6set\u65b9\u6cd5") public void setComment(@ApiParam(name="comment",value="\u8bc4\u8bba",required=true) com.seeyon.ctp.common.content.comment.Comment comment)
@ApiOperation(name="\u83b7\u53d6assignedAffairs", value="\u83b7\u53d6assignedAffairs", scenes="\u4e8b\u4ef6get\u65b9\u6cd5") public java.util.List<com.seeyon.ctp.common.po.affair.CtpAffair> getAssignedAffairs()
@ApiOperation(name="\u8bbe\u7f6eassignedAffairs", value="\u8bbe\u7f6eassignedAffairs", scenes="\u4e8b\u4ef6set\u65b9\u6cd5") public void setAssignedAffairs(@ApiParam(name="assignedAffairs",value="\u751f\u6210\u7684affair\u4e8b\u9879\u5217\u8868",required=true) java.util.List<com.seeyon.ctp.common.po.affair.CtpAffair> assignedAffairs)