Package backend.speech.interfaces
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 Summary
Modifier and TypeMethodDescriptiongetDate()getIndex()getPlace()getTitle()getWp()voidSetzt Datum Protocol.voidsetEndtime(Long endtime) Setzt Endzeit Protocol.voidSetzt Index Protocol.voidSetzt Ort Protocol.voidsetStarttime(Long starttime) Setzt Startzeit Protocol.voidSetzt Titel Protocol.voidSetzt WP Protocol.
-
Method Details
-
getDate
String getDate()- Returns:
- Datum Protocol.
-
setDate
Setzt Datum Protocol.- Parameters:
date- neu.
-
getStarttime
String getStarttime()- Returns:
- Startzeit Protocol.
-
setStarttime
Setzt Startzeit Protocol.- Parameters:
starttime- neu.
-
getEndtime
String getEndtime()- Returns:
- Endzeit Protocol.
-
setEndtime
Setzt Endzeit Protocol.- Parameters:
endtime- neu.
-
getIndex
Integer getIndex()- Returns:
- Index Protocol.
-
setIndex
Setzt Index Protocol.- Parameters:
index- neu.
-
getTitle
String getTitle()- Returns:
- Titel Protocol.
-
setTitle
Setzt Titel Protocol.- Parameters:
title- neu.
-
getPlace
String getPlace()- Returns:
- Ort Protocol.
-
setPlace
Setzt Ort Protocol.- Parameters:
place- neu.
-
getWp
Integer getWp()- Returns:
- WP Protocol.
-
setWp
Setzt WP Protocol.- Parameters:
wp- neu.
-