Class EventCommentPayload
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model.pojos.event.payload.CrudPayload
flexagon.fd.model.pojos.event.payload.EventCommentPayload
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class flexagon.fd.model.pojos.event.payload.CrudPayload
createdBy, createdOn, updatedBy, updatedOn -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCommentId(Long pCommentId) voidsetCommentText(String pCommentText) voidsetObjectId(Long pObjectId) voidsetObjectType(String pObjectType) voidsetOldCommentText(String pOldCommentText) Methods inherited from class flexagon.fd.model.pojos.event.payload.CrudPayload
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOn, setCreatedBy, setCreatedOn, setUpdatedBy, setUpdatedOn
-
Field Details
-
commentId
-
oldCommentText
-
commentText
-
objectId
-
objectType
-
-
Constructor Details
-
EventCommentPayload
public EventCommentPayload()
-
-
Method Details
-
setCommentId
-
getCommentId
-
setOldCommentText
-
getOldCommentText
-
setCommentText
-
getCommentText
-
setObjectId
-
getObjectId
-
setObjectType
-
getObjectType
-