rails.game
Interface Certificate

All Superinterfaces:
Moveable
All Known Subinterfaces:
PrivateCompanyI, PublicCertificateI
All Known Implementing Classes:
PrivateCompany, PublicCertificate

public interface Certificate
extends Moveable

The superinterface of PrivateCompanyI and PublicCertificateI, which allows objects implementating these interfaces to be combined in start packets and other contexts where their "certificateship" is of interest.


Field Summary
 
Fields inherited from interface rails.game.move.Moveable
AT_END
 
Method Summary
 java.lang.String getName()
           
 Portfolio getPortfolio()
           
 
Methods inherited from interface rails.game.move.Moveable
getHolder, moveTo
 

Method Detail

getPortfolio

Portfolio getPortfolio()
Returns:
Portfolio

getName

java.lang.String getName()
Specified by:
getName in interface Moveable