de.uka.ipd.consensus.foundation.schema
Interface Versionable

All Superinterfaces:
Serializable
All Known Subinterfaces:
Association, Attribute, Concept, Rating, Topic
All Known Implementing Classes:
AssociationImpl, AttributeImpl, SQLRatingImpl, TM4JRatingImpl, TM4JTopicWrapper, TopicImpl

public interface Versionable
extends Serializable

This is a mixin interface for elements that can have a version.

Version:
2006-06-14
Author:
Thomas Much
See Also:
Version

Method Summary
 Version getVersion()
          Returns the version of the versionable element.
 

Method Detail

getVersion

public Version getVersion()
Returns the version of the versionable element.

Returns:
the Version object or null if no version information is available