com.banda.chemistry.domain
Class AcReactionToSpeciesConstraints

java.lang.Object
  extended by com.banda.chemistry.domain.AcReactionToSpeciesConstraints

public class AcReactionToSpeciesConstraints
extends Object


Constructor Summary
AcReactionToSpeciesConstraints()
           
 
Method Summary
 Integer getMaxCatalystsNum()
           
 Integer getMaxInhibitorsNum()
           
 Integer getMaxProductsNum()
           
 Integer getMaxReactantsNum()
           
 Integer getMaxSpeciesAssocsNum(AcSpeciesAssociationType assocType)
           
 Integer getMinCatalystsNum()
           
 Integer getMinInhibitorsNum()
           
 Integer getMinProductsNum()
           
 Integer getMinReactantsNum()
           
 Integer getMinSpeciesAssocsNum(AcSpeciesAssociationType assocType)
           
 void setMaxCatalystsNum(Integer maxCatalystsNum)
           
 void setMaxInhibitorsNum(Integer maxInhibitorsNum)
           
 void setMaxProductsNum(Integer maxProductsNum)
           
 void setMaxReactantsNum(Integer maxReactantsNum)
           
 void setMinCatalystsNum(Integer minCatalystsNum)
           
 void setMinInhibitorsNum(Integer minInhibitorsNum)
           
 void setMinProductsNum(Integer minProductsNum)
           
 void setMinReactantsNum(Integer minReactantsNum)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AcReactionToSpeciesConstraints

public AcReactionToSpeciesConstraints()
Method Detail

getMaxReactantsNum

public Integer getMaxReactantsNum()

setMaxReactantsNum

public void setMaxReactantsNum(Integer maxReactantsNum)

getMaxProductsNum

public Integer getMaxProductsNum()

setMaxProductsNum

public void setMaxProductsNum(Integer maxProductsNum)

getMaxCatalystsNum

public Integer getMaxCatalystsNum()

setMaxCatalystsNum

public void setMaxCatalystsNum(Integer maxCatalystsNum)

getMaxInhibitorsNum

public Integer getMaxInhibitorsNum()

setMaxInhibitorsNum

public void setMaxInhibitorsNum(Integer maxInhibitorsNum)

getMinReactantsNum

public Integer getMinReactantsNum()

setMinReactantsNum

public void setMinReactantsNum(Integer minReactantsNum)

getMinProductsNum

public Integer getMinProductsNum()

setMinProductsNum

public void setMinProductsNum(Integer minProductsNum)

getMinCatalystsNum

public Integer getMinCatalystsNum()

setMinCatalystsNum

public void setMinCatalystsNum(Integer minCatalystsNum)

getMinInhibitorsNum

public Integer getMinInhibitorsNum()

setMinInhibitorsNum

public void setMinInhibitorsNum(Integer minInhibitorsNum)

getMaxSpeciesAssocsNum

public Integer getMaxSpeciesAssocsNum(AcSpeciesAssociationType assocType)

getMinSpeciesAssocsNum

public Integer getMinSpeciesAssocsNum(AcSpeciesAssociationType assocType)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.