org.richfaces
Class VersionBean.Version

java.lang.Object
  extended by org.richfaces.VersionBean.Version
Enclosing class:
VersionBean

public static class VersionBean.Version
extends Object

Class for incapsulate version info.

Version:
$Revision: 19995 $ $Date: 2010-11-08 18:06:12 -0500 (Mon, 08 Nov 2010) $
Author:
asmirnov@exadel.com (latest modification by $Author: nbelaevski $)

Constructor Summary
VersionBean.Version()
           
 
Method Summary
 String getImplementationTitle()
           
 String getImplementationVendor()
           
 String getImplementationVersion()
           
 String getRevision()
           
 String getScmRevision()
           
 String getScmTimestamp()
           
 String getVersion()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VersionBean.Version

public VersionBean.Version()
Method Detail

getRevision

public String getRevision()

getVersion

public String getVersion()

getImplementationTitle

public String getImplementationTitle()

getImplementationVendor

public String getImplementationVendor()

getImplementationVersion

public String getImplementationVersion()

getScmRevision

public String getScmRevision()

getScmTimestamp

public String getScmTimestamp()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.