public class Attachment
extends java.lang.Object
implements java.io.Serializable
WithAttachments,
Serialized Form| Constructor and Description |
|---|
Attachment() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets name.
|
java.lang.String |
getSource()
Gets source.
|
java.lang.String |
getType()
Gets type.
|
Attachment |
setName(java.lang.String value)
Sets name.
|
Attachment |
setSource(java.lang.String value)
Sets source.
|
Attachment |
setType(java.lang.String value)
Sets type.
|
public java.lang.String getName()
public Attachment setName(java.lang.String value)
value - the valuepublic java.lang.String getSource()
public Attachment setSource(java.lang.String value)
value - the valuepublic java.lang.String getType()
public Attachment setType(java.lang.String value)
value - the value