public abstract class Exchange extends Object
| Modifier and Type | Field and Description |
|---|---|
Double |
amount
Amount is a reference type because it is optional as exchanges are also
used in the master data
|
String |
casNumber |
String |
comment |
String |
id |
Integer |
inputGroup |
Boolean |
isCalculated |
String |
mathematicalRelation |
String |
name |
Integer |
outputGroup |
List<Property> |
properties |
Uncertainty |
uncertainty |
String |
unit |
String |
unitId |
String |
variableName |
| Constructor and Description |
|---|
Exchange() |
public String id
public String unitId
public String variableName
public String casNumber
public Double amount
public Boolean isCalculated
public String mathematicalRelation
public String name
public String unit
public String comment
public Uncertainty uncertainty
public Integer outputGroup
public Integer inputGroup
Copyright © 2021. All rights reserved.