org.genepattern.util
Class Version

java.lang.Object
  extended byorg.genepattern.util.Version

public class Version
extends java.lang.Object


Field Summary
 long build
          this is a number that represents the build
 java.util.Calendar date
          the date of the build
 int major
          the major release number - change here indicating major changes in functionality or internal design
 int minor
          the minor release number - change here indicates new features as well as bug fixes and possibly some changes in internal design and implementation
 java.lang.String release
          The release which is usually Alpha, Beta, FCS, or Final
 int revision
          the revision number - change here indicates bug fixes no new features
 java.lang.String text
          the String representation of this Version
 
Constructor Summary
Version(java.lang.String release, int major, int minor, int revision, java.util.Calendar date, long build)
          Creates a new instance of Version
 
Method Summary
 boolean equals(java.lang.Object other)
          determines if another object is the same as this one
 boolean equals(Version other)
          determines if another version is the same as this one
 java.lang.String toString()
          returns a String represention of this Version
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

release

public final java.lang.String release
The release which is usually Alpha, Beta, FCS, or Final


major

public final int major
the major release number - change here indicating major changes in functionality or internal design


minor

public final int minor
the minor release number - change here indicates new features as well as bug fixes and possibly some changes in internal design and implementation


revision

public final int revision
the revision number - change here indicates bug fixes no new features


build

public final long build
this is a number that represents the build


date

public final java.util.Calendar date
the date of the build


text

public final java.lang.String text
the String representation of this Version

Constructor Detail

Version

public Version(java.lang.String release,
               int major,
               int minor,
               int revision,
               java.util.Calendar date,
               long build)
Creates a new instance of Version

Method Detail

equals

public final boolean equals(java.lang.Object other)
determines if another object is the same as this one


equals

public final boolean equals(Version other)
determines if another version is the same as this one


toString

public final java.lang.String toString()
returns a String represention of this Version



Hosted by docs.bugaco.com