Package org.eso.ias.cdb.pojos
Class AsceDao
java.lang.Object
org.eso.ias.cdb.pojos.AsceDao
The pojo for the ASCE
- Author:
- acaproni
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanAdd the passed inputbooleanaddTemplatedInstanceInput(TemplateInstanceIasioDao tii, boolean replace) Add the passed templated inputbooleanequalscheck the equality of the members of this object against the one passed in the command line but the checking of included DASU, and IASIOs is limited to their IDs.getDasu()getId()getProps()GetterinthashCode()hashCodeis based on unique the ID only.voidvoidvoidvoidsetTemplatedInstanceInputs(Set<TemplateInstanceIasioDao> templateInstances) SettervoidsetTemplateId(String templateId) voidsetTransferFunction(TransferFunctionDao transferFunction) toString()toString() prints a human readable version of the ASCE where linked objects (like DASU, IASIOS..) are represented by their IDs only.
-
Constructor Details
-
AsceDao
public AsceDao()
-
-
Method Details
-
getId
-
setId
-
getTransferFunction
-
setTransferFunction
-
getOutput
-
getInputs
-
addInput
Add the passed input- Parameters:
io- The IASIO to put in the mapreplace- Iftruereplaces the old IASIO with this one, if already present in the map- Returns:
trueif the passed IASIO replace an object in the inputs list,falseotherwise
-
addTemplatedInstanceInput
Add the passed templated input- Parameters:
tii- The notnulltemplated input to addreplace- Iftruereplaces the old templated input with this one, if already present in the map- Returns:
trueif the passed templated input has been aded,falseotherwise
-
setOutput
-
getProps
-
setDasu
-
getDasu
-
toString
toString() prints a human readable version of the ASCE where linked objects (like DASU, IASIOS..) are represented by their IDs only. -
getIasiosIDs
-
getTemplateId
-
setTemplateId
-
getTemplatedInstanceInputs
Getter- Returns:
-
setTemplatedInstanceInputs
Setter- Parameters:
templateInstances-
-
hashCode
public int hashCode()hashCodeis based on unique the ID only. -
equals
equalscheck the equality of the members of this object against the one passed in the command line but the checking of included DASU, and IASIOs is limited to their IDs.
-