com.banda.chemistry.domain
Class EvolutionRule<TYPE>
java.lang.Object
com.banda.core.domain.DomainObject<Long>
com.banda.core.domain.TechnicalDomainObject
com.banda.chemistry.domain.EvolutionRule<TYPE>
- All Implemented Interfaces:
- com.banda.core.domain.KeyHolder<Long>, Serializable
public class EvolutionRule<TYPE>
- extends com.banda.core.domain.TechnicalDomainObject
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from class com.banda.core.domain.DomainObject |
com.banda.core.domain.DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>> |
| Methods inherited from class com.banda.core.domain.TechnicalDomainObject |
getId, getKey, getVersion, setId, setKey, setVersion |
| Methods inherited from class com.banda.core.domain.DomainObject |
copyFrom, equals, hashCode, toString |
EvolutionRule
public EvolutionRule()
getReactants
public com.banda.core.MultiSet<TYPE> getReactants()
setReactants
protected void setReactants(com.banda.core.MultiSet<TYPE> reactants)
addReactant
public void addReactant(TYPE reactant)
removeReactant
public void removeReactant(TYPE reactant)
getProducts
public Set<TYPE> getProducts()
setProducts
protected void setProducts(com.banda.core.MultiSet<TYPE> products)
addProduct
public void addProduct(TYPE product)
removeProduct
public void removeProduct(TYPE product)
getPriority
public Integer getPriority()
setPriority
public void setPriority(Integer priority)
Copyright © 2013. All Rights Reserved.