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

    • getComment

      public String getComment()
    • getConfig

      public String getConfig()
    • getDate1

      public Calendar getDate1()
    • getDate2

      public Calendar getDate2()
    • getHostOrDir

      public String getHostOrDir()
    • getModuleId

      public int getModuleId()
    • getPswd

      public String getPswd()
    • getType

      public int getType()
    • getUser

      public String getUser()
    • setComment

      public Source setComment(String comment)
    • setConfig

      public Source setConfig(String config)
    • setDate1

      public Source setDate1(Calendar date1)
    • setDate2

      public Source setDate2(Calendar date2)
    • setHostOrDir

      public Source setHostOrDir(String hostOrDir)
    • setId

      public Source setId(int id)
      Description copied from class: Id
      Устанавливает id объекта
      Overrides:
      setId in class IdTitle
    • setModuleId

      public Source setModuleId(int moduleId)
    • setPswd

      public Source setPswd(String pswd)
    • setTitle

      public Source setTitle(String title)
      Description copied from class: IdTitle
      Устанавливает название (описание) объекта
      Overrides:
      setTitle in class IdTitle
    • setType

      public Source setType(int type)
    • setUser

      public Source setUser(String user)
    • checkSourceType

      public static final boolean checkSourceType(int type)
    • nameToType

      public static final int nameToType(String type)
    • typeToName

      public static final String typeToName(int type)