public class FilingAttachmentModel
extends java.lang.Object
Constructor and Description |
---|
FilingAttachmentModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Getter for description
The description of the attachment
|
java.lang.Integer |
getResourceFileId()
Getter for resourceFileId
The resourceFileId used to retrieve the attachment
|
void |
setDescription(java.lang.String value)
Setter for description
The description of the attachment
|
void |
setResourceFileId(java.lang.Integer value)
Setter for resourceFileId
The resourceFileId used to retrieve the attachment
|
java.lang.String |
toString()
Returns a JSON string representation of FilingAttachmentModel
|
public java.lang.Integer getResourceFileId()
public void setResourceFileId(java.lang.Integer value)
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object