org.fraid.projects.PredictionMarkets
Class Market
java.lang.Object
org.fraid.projects.PredictionMarkets.Market
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class Market
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Cloneable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mStocks
public java.util.Vector<Stock> mStocks
mPrefixFormula
public java.lang.String mPrefixFormula
mStockFormula
public java.lang.String mStockFormula
mPostfixFormula
public java.lang.String mPostfixFormula
mAdditionalFormula
public java.lang.String mAdditionalFormula
mName
public java.lang.String mName
mIsCustom
public boolean mIsCustom
Market
public Market()
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Overrides:
clone
in class java.lang.Object
- Throws:
java.lang.CloneNotSupportedException
getName
public java.lang.String getName()
setName
public void setName(java.lang.String aName)
getStockFormula
public java.lang.String getStockFormula()
setStockFormula
public void setStockFormula(java.lang.String aStockFormula)
getPrefixFormula
public java.lang.String getPrefixFormula()
setPrefixFormula
public void setPrefixFormula(java.lang.String aPrefixFormula)
getPostfixFormula
public java.lang.String getPostfixFormula()
setPostfixFormula
public void setPostfixFormula(java.lang.String aPostfixFormula)
getAdditionalFormula
public java.lang.String getAdditionalFormula()
setAdditionalFormula
public void setAdditionalFormula(java.lang.String aAdditionalFormula)
getIsCustom
public boolean getIsCustom()
setIsCustom
public void setIsCustom(boolean aIsCustom)
getStocks
public java.util.Vector<Stock> getStocks()
setStocks
public void setStocks(java.util.Vector<Stock> aStocks)
Fraid (system and language). (C) 2003-2007 Ivaylo Iliev
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.