org.spiffyui.build
Class RevisionInfoBean

java.lang.Object
  extended by org.spiffyui.build.RevisionInfoBean

public class RevisionInfoBean
extends java.lang.Object

This simple beans handles the revision number and revision date for the revision info task.


Constructor Summary
RevisionInfoBean(java.lang.String revNumber, java.lang.String revDate)
          Create a new revision info bean.
 
Method Summary
 java.lang.String getRevDate()
          Get the revision date from this bean.
 java.lang.String getRevNumber()
          Get the revision number from this bean.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RevisionInfoBean

public RevisionInfoBean(java.lang.String revNumber,
                        java.lang.String revDate)
Create a new revision info bean.

Parameters:
revNumber - the revision number
revDate - the revision date
Method Detail

getRevDate

public java.lang.String getRevDate()
Get the revision date from this bean.

Returns:
the revision date

getRevNumber

public java.lang.String getRevNumber()
Get the revision number from this bean.

Returns:
the revision number