public class DocumentAttachmentDTO extends Object
| Constructor and Description |
|---|
DocumentAttachmentDTO()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDigest()
Getter for digest.
|
String |
getIcon()
Getter for icon.
|
String |
getName()
Getter for name.
|
Long |
getSize()
Getter for size.
|
String |
getUrl()
Getter for url.
|
void |
setDigest(String digest)
Setter for digest.
|
void |
setIcon(String icon)
Setter for icon.
|
void |
setName(String name)
Setter for name.
|
void |
setSize(Long size)
Setter for size.
|
void |
setUrl(String url)
Setter for url.
|
String |
toString() |
public String getName()
public void setName(String name)
name - the name to setpublic String getIcon()
public void setIcon(String icon)
icon - the icon to setpublic Long getSize()
public void setSize(Long size)
size - the size to setpublic String getDigest()
public void setDigest(String digest)
digest - the digest to setpublic String getUrl()
public void setUrl(String url)
url - the url to setCopyright © 2019. All rights reserved.