com.bea.p13n.common
Interface Version

All Superinterfaces
Serializable

public interface Version
extends Serializable

This interface defines versioning data.


Method Summary
 int getBuildNumber()
          Returns the build number.
 String getDescription()
          Returns the description for this version.
 int getMajor()
          Returns the major version number.
 int getMinor()
          Returns the minor version number.
 

Method Detail

getDescription

String getDescription()
Returns the description for this version.

Returns
the description for this version.

getMajor

int getMajor()
Returns the major version number.

Returns
the major version number.

getMinor

int getMinor()
Returns the minor version number.

Returns
the minor version number.

getBuildNumber

int getBuildNumber()
Returns the build number.

Returns
the build number.


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.