org.apache.openejb.client.event
Class ClientVersion

java.lang.Object
  extended by org.apache.openejb.client.event.ClientVersion

@Log(value=CONFIG)
public class ClientVersion
extends Object

Version:
$Rev$ $Date$

Constructor Summary
ClientVersion()
           
ClientVersion(String version, String date, String time)
           
 
Method Summary
 String getDate()
           
 String getTime()
           
 String getVersion()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClientVersion

public ClientVersion(String version,
                     String date,
                     String time)

ClientVersion

public ClientVersion()
Method Detail

getVersion

public String getVersion()

getDate

public String getDate()

getTime

public String getTime()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.