com.banda.chemistry.domain
Class AcMultiset

java.lang.Object
  extended by com.banda.core.domain.DomainObject<Long>
      extended by com.banda.core.domain.TechnicalDomainObject
          extended by com.banda.chemistry.domain.AcMultiset
All Implemented Interfaces:
com.banda.core.domain.KeyHolder<Long>, Serializable

Deprecated.

@Deprecated
public class AcMultiset
extends com.banda.core.domain.TechnicalDomainObject

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.banda.core.domain.DomainObject
com.banda.core.domain.DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>>
 
Constructor Summary
AcMultiset()
          Deprecated.  
 
Method Summary
 void addSubMultiset(AcMultiset subMultiset)
          Deprecated.  
 AcMultiset getParent()
          Deprecated.  
 Integer getStep()
          Deprecated.  
 List<Double> getStochiometricList()
          Deprecated.  
 double[] getStochiometricVector()
          Deprecated.  
 Collection<AcMultiset> getSubMultisets()
          Deprecated.  
 void removeSubMultiset(AcMultiset subMultiset)
          Deprecated.  
protected  void setParent(AcMultiset parent)
          Deprecated.  
 void setStep(Integer step)
          Deprecated.  
 void setStochiometricList(List<Double> stochiometricList)
          Deprecated.  
 void setStochiometricVector(double[] stochiometricVector)
          Deprecated.  
protected  void setSubMultisets(Collection<AcMultiset> subMultisets)
          Deprecated.  
 String toString()
          Deprecated.  
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AcMultiset

public AcMultiset()
Deprecated. 
Method Detail

getStep

public Integer getStep()
Deprecated. 

setStep

public void setStep(Integer step)
Deprecated. 

setStochiometricList

public void setStochiometricList(List<Double> stochiometricList)
Deprecated. 

getStochiometricList

public List<Double> getStochiometricList()
Deprecated. 

setStochiometricVector

public void setStochiometricVector(double[] stochiometricVector)
Deprecated. 

getStochiometricVector

public double[] getStochiometricVector()
Deprecated. 

getParent

public AcMultiset getParent()
Deprecated. 

setParent

protected void setParent(AcMultiset parent)
Deprecated. 

getSubMultisets

public Collection<AcMultiset> getSubMultisets()
Deprecated. 

setSubMultisets

protected void setSubMultisets(Collection<AcMultiset> subMultisets)
Deprecated. 

addSubMultiset

public void addSubMultiset(AcMultiset subMultiset)
Deprecated. 

removeSubMultiset

public void removeSubMultiset(AcMultiset subMultiset)
Deprecated. 

toString

public String toString()
Deprecated. 
Overrides:
toString in class com.banda.core.domain.DomainObject<Long>
See Also:
Object.toString()


Copyright © 2013. All Rights Reserved.