Class Source

All Implemented Interfaces:
Serializable, GuiTitlable, Idable, ListItem

public class Source extends IdTitle implements ListItem, Idable
See Also:
  • Field Details

  • Constructor Details

    • Source

      public Source()
  • Method Details

    • typeToName

      public static final String typeToName(int type)
    • nameToType

      public static final int nameToType(String type)
    • checkSourceType

      public static final boolean checkSourceType(int type)
    • getConfig

      public String getConfig()
    • setConfig

      public void setConfig(String config)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • getDate1

      public Calendar getDate1()
    • setDate1

      public void setDate1(Calendar date1)
    • getDate2

      public Calendar getDate2()
    • setDate2

      public void setDate2(Calendar date2)
    • getHostOrDir

      public String getHostOrDir()
    • setHostOrDir

      public void setHostOrDir(String hostOrDir)
    • getMid

      public int getMid()
    • setMid

      public void setMid(int mid)
    • getPswd

      public String getPswd()
    • setPswd

      public void setPswd(String pswd)
    • getType

      public int getType()
    • setType

      public void setType(int type)
    • getUser

      public String getUser()
    • setUser

      public void setUser(String user)