de.bsvrz.vew.bmvew.bmvew.meldung
Class InformationsAnteil

java.lang.Object
  extended by de.bsvrz.vew.bmvew.bmvew.meldung.InformationsAnteil

public class InformationsAnteil
extends java.lang.Object

Kapselt den Informationsanteil einer Meldung

Version:
$Revision: 1.1 $ / $Date: 2009/09/24 12:50:45 $ / ($Author: Pittner $)
Author:
Dambach-Werke GmbH, Timo Pittner

Field Summary
private  de.bsvrz.dav.daf.main.Data.TextValue _klasse
          Die Meldungsklasse
private  de.bsvrz.dav.daf.main.Data.ReferenceValue _referenz
          Die Referenz
private  de.bsvrz.dav.daf.main.Data.TextValue _status
          Der Status
private  de.bsvrz.dav.daf.main.Data.TextValue _text
          Der Meldungstext
private  de.bsvrz.dav.daf.main.Data.TextValue _typ
          Der Meldungstyp
private  de.bsvrz.dav.daf.main.Data _urlasser
          Der Urlasser
private  java.lang.Long _zeit
          Der Zeitstempel
 
Constructor Summary
InformationsAnteil(de.bsvrz.dav.daf.main.Data.TimeValue zeit, de.bsvrz.dav.daf.main.Data.TextValue typ, de.bsvrz.dav.daf.main.Data.TextValue klasse, de.bsvrz.dav.daf.main.Data.ReferenceValue referenz, de.bsvrz.dav.daf.main.Data.TextValue status, de.bsvrz.dav.daf.main.Data.TextValue text, de.bsvrz.dav.daf.main.Data urlasser)
          Konstruktor
InformationsAnteil(de.bsvrz.dav.daf.main.Data infoAnteil)
           
InformationsAnteil(java.lang.Long zeit, de.bsvrz.dav.daf.main.Data.TextValue typ, de.bsvrz.dav.daf.main.Data.TextValue klasse, de.bsvrz.dav.daf.main.Data.ReferenceValue referenz, de.bsvrz.dav.daf.main.Data.TextValue status, de.bsvrz.dav.daf.main.Data.TextValue text, de.bsvrz.dav.daf.main.Data urlasser)
          Konstruktor
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 de.bsvrz.dav.daf.main.Data.TextValue getKlasse()
           
 de.bsvrz.dav.daf.main.Data.ReferenceValue getReferenz()
           
 de.bsvrz.dav.daf.main.Data.TextValue getStatus()
           
 de.bsvrz.dav.daf.main.Data.TextValue getText()
           
 de.bsvrz.dav.daf.main.Data.TextValue getTyp()
           
 de.bsvrz.dav.daf.main.Data getUrlasser()
           
 java.lang.Long getZeit()
           
 void setKlasse(de.bsvrz.dav.daf.main.Data.TextValue klasse)
           
 void setMeldungsTyp(de.bsvrz.dav.daf.main.Data.TextValue typ)
           
 void setReferenz(de.bsvrz.dav.daf.main.Data.ReferenceValue referenz)
           
 void setStatus(de.bsvrz.dav.daf.main.Data.TextValue status)
           
 void setText(de.bsvrz.dav.daf.main.Data.TextValue text)
           
 void setUrlasser(de.bsvrz.dav.daf.main.Data urlasser)
           
 void setZeit(java.lang.Long zeit)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_zeit

private java.lang.Long _zeit
Der Zeitstempel


_typ

private de.bsvrz.dav.daf.main.Data.TextValue _typ
Der Meldungstyp


_klasse

private de.bsvrz.dav.daf.main.Data.TextValue _klasse
Die Meldungsklasse


_referenz

private de.bsvrz.dav.daf.main.Data.ReferenceValue _referenz
Die Referenz


_status

private de.bsvrz.dav.daf.main.Data.TextValue _status
Der Status


_text

private de.bsvrz.dav.daf.main.Data.TextValue _text
Der Meldungstext


_urlasser

private de.bsvrz.dav.daf.main.Data _urlasser
Der Urlasser

Constructor Detail

InformationsAnteil

public InformationsAnteil(java.lang.Long zeit,
                          de.bsvrz.dav.daf.main.Data.TextValue typ,
                          de.bsvrz.dav.daf.main.Data.TextValue klasse,
                          de.bsvrz.dav.daf.main.Data.ReferenceValue referenz,
                          de.bsvrz.dav.daf.main.Data.TextValue status,
                          de.bsvrz.dav.daf.main.Data.TextValue text,
                          de.bsvrz.dav.daf.main.Data urlasser)
Konstruktor

Parameters:
zeit -
typ -
klasse -
referenz -
status -
text -
urlasser -

InformationsAnteil

public InformationsAnteil(de.bsvrz.dav.daf.main.Data.TimeValue zeit,
                          de.bsvrz.dav.daf.main.Data.TextValue typ,
                          de.bsvrz.dav.daf.main.Data.TextValue klasse,
                          de.bsvrz.dav.daf.main.Data.ReferenceValue referenz,
                          de.bsvrz.dav.daf.main.Data.TextValue status,
                          de.bsvrz.dav.daf.main.Data.TextValue text,
                          de.bsvrz.dav.daf.main.Data urlasser)
Konstruktor

Parameters:
zeit -
typ -
klasse -
referenz -
status -
text -
urlasser -

InformationsAnteil

public InformationsAnteil(de.bsvrz.dav.daf.main.Data infoAnteil)
Parameters:
infoAnteil -
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

getZeit

public java.lang.Long getZeit()

setZeit

public void setZeit(java.lang.Long zeit)

getTyp

public de.bsvrz.dav.daf.main.Data.TextValue getTyp()

setMeldungsTyp

public void setMeldungsTyp(de.bsvrz.dav.daf.main.Data.TextValue typ)

getKlasse

public de.bsvrz.dav.daf.main.Data.TextValue getKlasse()

setKlasse

public void setKlasse(de.bsvrz.dav.daf.main.Data.TextValue klasse)

getReferenz

public de.bsvrz.dav.daf.main.Data.ReferenceValue getReferenz()

setReferenz

public void setReferenz(de.bsvrz.dav.daf.main.Data.ReferenceValue referenz)

getStatus

public de.bsvrz.dav.daf.main.Data.TextValue getStatus()

setStatus

public void setStatus(de.bsvrz.dav.daf.main.Data.TextValue status)

getText

public de.bsvrz.dav.daf.main.Data.TextValue getText()

setText

public void setText(de.bsvrz.dav.daf.main.Data.TextValue text)

getUrlasser

public de.bsvrz.dav.daf.main.Data getUrlasser()

setUrlasser

public void setUrlasser(de.bsvrz.dav.daf.main.Data urlasser)