|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.bsvrz.puk.config.xmlFile.properties.ConfigurationAreaChangeInformation
public class ConfigurationAreaChangeInformation
Diese Klasse stellt ein Element "konfigurationsAenderung" dar, siehe K2S.dtd.
Field Summary | |
---|---|
private String |
_author
Autor der Änderung |
private long |
_condition
Zeitpunkt |
private static Debug |
_debug
DebugLogger für Debug-Ausgaben |
private String |
_reason
Grund der Änderung. |
private String |
_text
Text, den der Autor zusätzlich geschrieben hat. |
private int |
_version
Version |
Constructor Summary | |
---|---|
ConfigurationAreaChangeInformation(long condition,
int version,
String author,
String reason,
String text)
|
|
ConfigurationAreaChangeInformation(String condition,
String version,
String author,
String reason,
String text)
|
Method Summary | |
---|---|
String |
getAuthor()
# |
long |
getCondition()
|
String |
getReason()
|
String |
getText()
|
int |
getVersion()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final Debug _debug
private final long _condition
private final int _version
private final String _author
private final String _reason
private final String _text
Constructor Detail |
---|
public ConfigurationAreaChangeInformation(long condition, int version, String author, String reason, String text)
condition
- Zeitpunktversion
- Version, ist dieser Wert unbekannt muss "-1" gesetzt werdenauthor
- Autorreason
- Grund der Änderunge, ist der Grund unbekannt, muss der Leerstring "" gesetzt werdenpublic ConfigurationAreaChangeInformation(String condition, String version, String author, String reason, String text)
condition
- Zeitpunkt, die Zeichenkette wird in ein "Date" umgewandelt. Das erzeugte Date enthält "Tag, Monat, Jahr".version
- Version, ist diese unbekannt, wird der Leerstring "" übergeben. Dies wird dann als -1 gespeichertauthor
- Autor der Änderungenreason
- Grund der Änderungen. Ist der Grund unbekannt, wird "" übergeben und auch so am Objekt gespeichertMethod Detail |
---|
public long getCondition()
public int getVersion()
public String getAuthor()
public String getReason()
public String getText()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |