Uses of Interface
celeboss.data.ShareOwner

Packages that use ShareOwner
celeboss.data

This package provides all the required classes of the data model. 

 

Uses of ShareOwner in celeboss.data
 

Classes in celeboss.data that implement ShareOwner
 class Portfolio
          This class represents a Portfolio associated to an account.
 

Methods in celeboss.data that return ShareOwner
 ShareOwner ShareBlock.getOwner()
          Get the Portfolio owning this share block.
 

Constructors in celeboss.data with parameters of type ShareOwner
ShareBlock(ShareOwner parent, Celebrity celeb)