类 Attachment
java.lang.Object
com.gdxsoft.easyweb.utils.Mail.Attachment
邮件附件
- 作者:
- Administrator
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明intgetSize()booleanisInline()voidsetAttachName(String attachName) voidsetInlineId(String inlineId) voidsetIsInline(boolean isInline) voidsetSaveName(String saveName) voidsetSavePath(String savePath) voidsetSavePathAndName(String savePathAndName) voidsetSize(int size) toString()
-
构造器详细资料
-
Attachment
public Attachment()
-
-
方法详细资料
-
toString
-
getAttachName
- 返回:
- the _AttachName
-
setAttachName
- 参数:
attachName- the _AttachName to set
-
getSavePathAndName
- 返回:
- the _SavePathAndName
-
setSavePathAndName
- 参数:
savePathAndName- the _SavePathAndName to set
-
getSavePath
- 返回:
- the _SavePath
-
setSavePath
- 参数:
savePath- the _SavePath to set
-
getSaveName
- 返回:
- the _SaveName
-
setSaveName
- 参数:
saveName- the _SaveName to set
-
isInline
public boolean isInline()- 返回:
- the _IsInline
-
setIsInline
public void setIsInline(boolean isInline) - 参数:
isInline- the _IsInline to set
-
getInlineId
- 返回:
- the _InlineId
-
setInlineId
- 参数:
inlineId- the _InlineId to set
-
getSize
public int getSize()- 返回:
- the _Size
-
setSize
public void setSize(int size) - 参数:
size- the _Size to set
-