de.is24.util.monitoring
Class Version

java.lang.Object
  extended by de.is24.util.monitoring.Version
All Implemented Interfaces:
Reportable

public class Version
extends Object
implements Reportable

Author:
OSchmitz

Field Summary
private  String fName
           
private  String fValue
           
private static org.apache.log4j.Logger LOGGER
           
 
Constructor Summary
Version(String aName, String aValue)
           
 
Method Summary
 void accept(ReportVisitor aVisitor)
           
 String getName()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

private static final org.apache.log4j.Logger LOGGER

fName

private final String fName

fValue

private final String fValue
Constructor Detail

Version

public Version(String aName,
               String aValue)
Method Detail

accept

public void accept(ReportVisitor aVisitor)
Specified by:
accept in interface Reportable

getName

public String getName()
Specified by:
getName in interface Reportable
Returns:
Returns the name.

getValue

public String getValue()
Returns:
Returns the value.


Copyright © 2013 Immobilien Scout GmbH. All Rights Reserved.