public class Attachment extends Object
Constructor and Description |
---|
Attachment() |
Modifier and Type | Method and Description |
---|---|
String |
getCheckSum()
getCheckSum
Gets String
|
String |
getCreationDate()
getCreationDate
Gets String
|
String |
getDescription()
getDescription
Gets String
|
List<Link> |
getLinks()
getLinks
Gets List
|
String |
getMimeType()
getMimeType
Gets String
|
String |
getModificationDate()
getModificationDate
Gets String
|
String |
getName()
getName
Gets String
|
Integer |
getSize()
getSize
Gets Integer
|
void |
setCheckSum(String CheckSum)
setCheckSum
Sets String
|
void |
setCreationDate(String CreationDate)
setCreationDate
Sets String
|
void |
setDescription(String Description)
setDescription
Sets String
|
void |
setLinks(List<Link> Links)
setLinks
Sets List
|
void |
setMimeType(String MimeType)
setMimeType
Sets String
|
void |
setModificationDate(String ModificationDate)
setModificationDate
Sets String
|
void |
setName(String Name)
setName
Sets String
|
void |
setSize(Integer Size)
setSize
Sets Integer
|
String |
toString() |
public String getDescription()
public void setDescription(String Description)
Description
- Stringpublic String getMimeType()
public void setMimeType(String MimeType)
MimeType
- Stringpublic String getName()
public void setName(String Name)
Name
- Stringpublic String getCreationDate()
public void setCreationDate(String CreationDate)
CreationDate
- Stringpublic String getModificationDate()
public void setModificationDate(String ModificationDate)
ModificationDate
- Stringpublic Integer getSize()
public void setSize(Integer Size)
Size
- Integerpublic String getCheckSum()
public void setCheckSum(String CheckSum)
CheckSum
- StringCopyright © 2016. All rights reserved.