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

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

public interface Createable
extends Serializable

This is a mixin interface for elements that can be created by a user.

Version:
2006-06-14
Author:
Thomas Much

Method Summary
 User getCreator()
          Returns the user that created this element.
 

Method Detail

getCreator

public User getCreator()
Returns the user that created this element.

Returns:
the User object