Versionable Interface

com.bea.p13n.common
Versionable Interface

public interface Versionable

This interface is implemented by objects that have a Version associated with them.


All Known Subinterfaces

Metadata

Method Summary

public Version
getVersion()
Returns the version associated with the implementing object.

Method Detail

getVersion() Method

public Version getVersion()
Returns the version associated with the implementing object.

Returns

the version associated with the implementing object.