Interface IProtocol

All Known Implementing Classes:
Protocol_impl

public interface IProtocol
Interface für Protocol. Stellt Getter und Setter für die Attribute bereit.
  • Method Details

    • getDate

      String getDate()
      Returns:
      Datum Protocol.
    • setDate

      void setDate(Long date)
      Setzt Datum Protocol.
      Parameters:
      date - neu.
    • getStarttime

      String getStarttime()
      Returns:
      Startzeit Protocol.
    • setStarttime

      void setStarttime(Long starttime)
      Setzt Startzeit Protocol.
      Parameters:
      starttime - neu.
    • getEndtime

      String getEndtime()
      Returns:
      Endzeit Protocol.
    • setEndtime

      void setEndtime(Long endtime)
      Setzt Endzeit Protocol.
      Parameters:
      endtime - neu.
    • getIndex

      Integer getIndex()
      Returns:
      Index Protocol.
    • setIndex

      void setIndex(Integer index)
      Setzt Index Protocol.
      Parameters:
      index - neu.
    • getTitle

      String getTitle()
      Returns:
      Titel Protocol.
    • setTitle

      void setTitle(String title)
      Setzt Titel Protocol.
      Parameters:
      title - neu.
    • getPlace

      String getPlace()
      Returns:
      Ort Protocol.
    • setPlace

      void setPlace(String place)
      Setzt Ort Protocol.
      Parameters:
      place - neu.
    • getWp

      Integer getWp()
      Returns:
      WP Protocol.
    • setWp

      void setWp(Integer wp)
      Setzt WP Protocol.
      Parameters:
      wp - neu.