public class AcCompartmentChannel extends TechnicalDomainObject
DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>>| Constructor and Description |
|---|
AcCompartmentChannel() |
| Modifier and Type | Method and Description |
|---|---|
AcCompartment |
getCompartment() |
AcChannelDirection |
getDirection() |
Double |
getPermeability() |
AcSpecies |
getSourceSpecies() |
AcSpecies |
getTargetSpecies() |
void |
setCompartment(AcCompartment compartment) |
void |
setDirection(AcChannelDirection direction) |
void |
setPermeability(Double permeability) |
void |
setSourceSpecies(AcSpecies sourceSpecies) |
void |
setTargetSpecies(AcSpecies targetSpecies) |
getId, getKey, getVersion, setId, setKey, setVersioncopyFrom, equals, hashCode, toStringpublic AcCompartment getCompartment()
public void setCompartment(AcCompartment compartment)
public void setDirection(AcChannelDirection direction)
public AcChannelDirection getDirection()
public AcSpecies getSourceSpecies()
public void setSourceSpecies(AcSpecies sourceSpecies)
public AcSpecies getTargetSpecies()
public void setTargetSpecies(AcSpecies targetSpecies)
public Double getPermeability()
public void setPermeability(Double permeability)
Copyright © 2019. All Rights Reserved.