|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.iai.ilcd.model.lciamethod.LCIAMethodCharacterisationFactor
@Entity public class LCIAMethodCharacterisationFactor
Characterisation factor representation for LCIAMethods
Constructor Summary | |
---|---|
LCIAMethodCharacterisationFactor()
|
Method Summary | |
---|---|
de.fzk.iai.ilcd.api.binding.generated.common.DataDerivationTypeStatusValues |
getDataDerivationTypeStatus()
Get the data derivation type status |
de.fzk.iai.ilcd.api.binding.generated.common.ExchangeDirectionValues |
getExchangeDirection()
Get the exchange direction |
GlobalReference |
getFlowGlobalReference()
Get the global reference for the flow Please note: If the flow was in the database during import, it can be accessed via getReferencedFlowInstance() . |
java.lang.Long |
getId()
Get the id value |
float |
getMeanValue()
Get the mean value |
Flow |
getReferencedFlowInstance()
Get the flow instance that is referenced by this characterisation Please note: this is only available for flows that were in the database during import of characterisation method! |
MultiLanguageString |
getShortDescription()
Get the short description |
boolean |
hasReferencedFlowInstance()
Check if a referenced flow instance is available |
void |
setDataDerivationTypeStatus(de.fzk.iai.ilcd.api.binding.generated.common.DataDerivationTypeStatusValues dataDerivationTypeStatus)
Set the new data derivation type status |
void |
setExchangeDirection(de.fzk.iai.ilcd.api.binding.generated.common.ExchangeDirectionValues exchangeDirection)
Set the new exchange direction |
void |
setFlowGlobalReference(GlobalReference flowGlobalReference)
Set the new global reference for the flow |
protected void |
setId(java.lang.Long id)
Set the id |
void |
setMeanValue(float meanValue)
Set the new mean value |
void |
setReferencedFlowInstance(Flow referencedFlowInstance)
Set the new referenced flow instance |
void |
setShortDescription(MultiLanguageString shortDescription)
Set the new short description |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LCIAMethodCharacterisationFactor()
Method Detail |
---|
public java.lang.Long getId()
protected void setId(java.lang.Long id)
id
- idpublic Flow getReferencedFlowInstance()
Get the flow instance that is referenced by this characterisation
Please note: this is only available for flows that were in the database during import of characterisation
method! So this characterisation might return a null
! value. You can use
hasReferencedFlowInstance()
to check.
public void setReferencedFlowInstance(Flow referencedFlowInstance)
referencedFlowInstance
- the new referenced flow instancepublic boolean hasReferencedFlowInstance()
referenced flow instance
is available
true
if available, else false
public MultiLanguageString getShortDescription()
public void setShortDescription(MultiLanguageString shortDescription)
shortDescription
- new short description to setpublic GlobalReference getFlowGlobalReference()
Get the global reference for the flow
Please note: If the flow was in the database during import, it can be accessed via
getReferencedFlowInstance()
. You can check the availability of the flow via
hasReferencedFlowInstance()
.
public void setFlowGlobalReference(GlobalReference flowGlobalReference)
flowGlobalReference
- new global reference for the flow to setpublic de.fzk.iai.ilcd.api.binding.generated.common.ExchangeDirectionValues getExchangeDirection()
public void setExchangeDirection(de.fzk.iai.ilcd.api.binding.generated.common.ExchangeDirectionValues exchangeDirection)
exchangeDirection
- new exchange direction to setpublic float getMeanValue()
public void setMeanValue(float meanValue)
meanValue
- new mean value to setpublic de.fzk.iai.ilcd.api.binding.generated.common.DataDerivationTypeStatusValues getDataDerivationTypeStatus()
public void setDataDerivationTypeStatus(de.fzk.iai.ilcd.api.binding.generated.common.DataDerivationTypeStatusValues dataDerivationTypeStatus)
dataDerivationTypeStatus
- the new data derivation type status to setpublic java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |