public class FileAttachmentData extends AbstractRealTimeDto implements Serializable
Java class for fileAttachmentData complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected Long |
fileAttachmentId |
protected String |
name |
protected Date |
uploadDate |
Constructor and Description |
---|
FileAttachmentData() |
Modifier and Type | Method and Description |
---|---|
Long |
getFileAttachmentId()
Gets the value of the fileAttachmentId property.
|
String |
getName()
Gets the value of the name property.
|
Date |
getUploadDate()
Gets the value of the uploadDate property.
|
void |
setFileAttachmentId(Long value)
Sets the value of the fileAttachmentId property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setUploadDate(Date value)
Sets the value of the uploadDate property.
|
protected Long fileAttachmentId
protected String name
protected Date uploadDate
public Long getFileAttachmentId()
Long
public void setFileAttachmentId(Long value)
value
- allowed object is
Long
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public Date getUploadDate()
String
Copyright © 2021. All rights reserved.