Version Interface

com.bea.p13n.common
Version Interface

public interface Version

    extends Serializable

This interface defines versioning data.


All Superinterfaces
Serializable

Method Summary

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

Method Detail

getBuildNumber() Method

public int getBuildNumber()
Returns the build number.

Returns

the build number.

getDescription() Method

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

Returns

the description for this version.

getMajor() Method

public int getMajor()
Returns the major version number.

Returns

the major version number.

getMinor() Method

public int getMinor()
Returns the minor version number.

Returns

the minor version number.