celeboss.data
Interface ShareOwner

All Known Implementing Classes:
Portfolio

public interface ShareOwner

This interface represents an object that can own shares. The owner provides access tothe main manager of all Celebrities.

See Also:
ShareBlock

Method Summary
 CelebrityManager getManager()
          Get the Celebrity manager associated with this owner.
 

Method Detail

getManager

public CelebrityManager getManager()
Get the Celebrity manager associated with this owner.

Returns:
The manager which contains this owner.