net.inteligentni.vyhled2
Class ZpravaTelo

java.lang.Object
  extended by net.inteligentni.vyhled2.Polozka
      extended by net.inteligentni.vyhled2.ZpravaTelo
All Implemented Interfaces:
java.io.Serializable

public class ZpravaTelo
extends Polozka

See Also:
Serialized Form

Constructor Summary
ZpravaTelo()
          Creates a new instance of ZpravaTelo
ZpravaTelo(java.lang.String text)
           
 
Method Summary
 int getId()
          Getter for property id.
 java.lang.String getText()
          Getter for property text.
 void setId(int id)
          Setter for property id.
 void setText(java.lang.String text)
          Setter for property text.
 
Methods inherited from class net.inteligentni.vyhled2.Polozka
getSkupina, getVlastnik, isCitelnaSkupinou, isCitelnaVlasnikem, isCitelnaVsemi, isZapisovatelnaSkupinou, isZapisovatelnaVlastnikem, isZapisovatelnaVsemi, setCitelnaSkupinou, setCitelnaVlasnikem, setCitelnaVsemi, setSkupina, setVlastnik, setZapisovatelnaSkupinou, setZapisovatelnaVlastnikem, setZapisovatelnaVsemi
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZpravaTelo

public ZpravaTelo()
Creates a new instance of ZpravaTelo


ZpravaTelo

public ZpravaTelo(java.lang.String text)
Method Detail

getId

public int getId()
Getter for property id.

Returns:
Value of property id.

setId

public void setId(int id)
Setter for property id.

Parameters:
id - New value of property id.

getText

public java.lang.String getText()
Getter for property text.

Returns:
Value of property text.

setText

public void setText(java.lang.String text)
Setter for property text.

Parameters:
text - New value of property text.