© 2005 BEA Systems, Inc.

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

getBuildNumber

public int getBuildNumber()
Returns the build number.

Returns:
the build number.

getDescription

public String getDescription()
Returns the description for this version.

Returns:
the description for this version.

getMajor

public int getMajor()
Returns the major version number.

Returns:
the major version number.

getMinor

public int getMinor()
Returns the minor version number.

Returns:
the minor version number.

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved