public class NoticeCommentModel
extends java.lang.Object
Constructor and Description |
---|
NoticeCommentModel() |
Modifier and Type | Method and Description |
---|---|
ResourceFileUploadRequestModel |
getAttachmentUploadRequest()
Getter for attachmentUploadRequest
An attachment to the detail
|
java.lang.String |
getComment()
Getter for comment
TaxNoticeComment
|
java.lang.String |
getCommentLink()
Getter for commentLink
TaxNoticeCommentLink
|
CommentType |
getCommentType()
Getter for commentType
taxNoticeCommentType
|
java.lang.Integer |
getCommentTypeId()
Getter for commentTypeId
taxNoticeCommentTypeId
|
java.lang.Integer |
getCommentUserId()
Getter for commentUserId
TaxNoticeCommentUserId
|
java.lang.String |
getCommentUserName()
Getter for commentUserName
TaxNoticeCommentUserName
|
java.util.Date |
getDate()
Getter for date
The date this comment was entered
|
java.lang.Integer |
getId()
Getter for id
The unique ID number of this notice.
|
java.util.Date |
getModifiedDate()
Getter for modifiedDate
The date/time when this record was last modified.
|
java.lang.Integer |
getModifiedUserId()
Getter for modifiedUserId
The user ID of the user who last modified this record.
|
java.lang.Integer |
getNoticeId()
Getter for noticeId
The ID of the notice this comment is attached too
|
java.lang.Long |
getResourceFileId()
Getter for resourceFileId
resourceFileId
|
java.lang.String |
getTaxNoticeFileName()
Getter for taxNoticeFileName
TaxNoticeFileName
|
void |
setAttachmentUploadRequest(ResourceFileUploadRequestModel value)
Setter for attachmentUploadRequest
An attachment to the detail
|
void |
setComment(java.lang.String value)
Setter for comment
TaxNoticeComment
|
void |
setCommentLink(java.lang.String value)
Setter for commentLink
TaxNoticeCommentLink
|
void |
setCommentType(CommentType value)
Setter for commentType
taxNoticeCommentType
|
void |
setCommentTypeId(java.lang.Integer value)
Setter for commentTypeId
taxNoticeCommentTypeId
|
void |
setCommentUserId(java.lang.Integer value)
Setter for commentUserId
TaxNoticeCommentUserId
|
void |
setCommentUserName(java.lang.String value)
Setter for commentUserName
TaxNoticeCommentUserName
|
void |
setDate(java.util.Date value)
Setter for date
The date this comment was entered
|
void |
setId(java.lang.Integer value)
Setter for id
The unique ID number of this notice.
|
void |
setModifiedDate(java.util.Date value)
Setter for modifiedDate
The date/time when this record was last modified.
|
void |
setModifiedUserId(java.lang.Integer value)
Setter for modifiedUserId
The user ID of the user who last modified this record.
|
void |
setNoticeId(java.lang.Integer value)
Setter for noticeId
The ID of the notice this comment is attached too
|
void |
setResourceFileId(java.lang.Long value)
Setter for resourceFileId
resourceFileId
|
void |
setTaxNoticeFileName(java.lang.String value)
Setter for taxNoticeFileName
TaxNoticeFileName
|
java.lang.String |
toString()
Returns a JSON string representation of NoticeCommentModel
|
public java.lang.Integer getId()
public void setId(java.lang.Integer value)
public java.lang.Integer getNoticeId()
public void setNoticeId(java.lang.Integer value)
public java.util.Date getDate()
public void setDate(java.util.Date value)
public java.lang.String getComment()
public void setComment(java.lang.String value)
public java.lang.Integer getCommentUserId()
public void setCommentUserId(java.lang.Integer value)
public java.lang.String getCommentUserName()
public void setCommentUserName(java.lang.String value)
public java.lang.Integer getCommentTypeId()
public void setCommentTypeId(java.lang.Integer value)
public CommentType getCommentType()
public void setCommentType(CommentType value)
public java.lang.String getCommentLink()
public void setCommentLink(java.lang.String value)
public java.lang.String getTaxNoticeFileName()
public void setTaxNoticeFileName(java.lang.String value)
public java.lang.Long getResourceFileId()
public void setResourceFileId(java.lang.Long value)
public java.util.Date getModifiedDate()
public void setModifiedDate(java.util.Date value)
public java.lang.Integer getModifiedUserId()
public void setModifiedUserId(java.lang.Integer value)
public ResourceFileUploadRequestModel getAttachmentUploadRequest()
public void setAttachmentUploadRequest(ResourceFileUploadRequestModel value)
public java.lang.String toString()
toString
in class java.lang.Object