de.bsvrz.vew.bmvew.bmvew.meldung
Class InformationsAnteil
java.lang.Object
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
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 |
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
-
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)