类 Attachment

java.lang.Object
com.gdxsoft.easyweb.utils.Mail.Attachment

public class Attachment extends Object
邮件附件
作者:
Administrator
  • 构造器详细资料

    • Attachment

      public Attachment()
  • 方法详细资料

    • toString

      public String toString()
      覆盖:
      toString 在类中 Object
    • getAttachName

      public String getAttachName()
      返回:
      the _AttachName
    • setAttachName

      public void setAttachName(String attachName)
      参数:
      attachName - the _AttachName to set
    • getSavePathAndName

      public String getSavePathAndName()
      返回:
      the _SavePathAndName
    • setSavePathAndName

      public void setSavePathAndName(String savePathAndName)
      参数:
      savePathAndName - the _SavePathAndName to set
    • getSavePath

      public String getSavePath()
      返回:
      the _SavePath
    • setSavePath

      public void setSavePath(String savePath)
      参数:
      savePath - the _SavePath to set
    • getSaveName

      public String getSaveName()
      返回:
      the _SaveName
    • setSaveName

      public void setSaveName(String saveName)
      参数:
      saveName - the _SaveName to set
    • isInline

      public boolean isInline()
      返回:
      the _IsInline
    • setIsInline

      public void setIsInline(boolean isInline)
      参数:
      isInline - the _IsInline to set
    • getInlineId

      public String getInlineId()
      返回:
      the _InlineId
    • setInlineId

      public void setInlineId(String inlineId)
      参数:
      inlineId - the _InlineId to set
    • getSize

      public int getSize()
      返回:
      the _Size
    • setSize

      public void setSize(int size)
      参数:
      size - the _Size to set