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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Add the passed inputboolean
addTemplatedInstanceInput
(TemplateInstanceIasioDao tii, boolean replace) Add the passed templated inputboolean
equals
check 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()
Getterint
hashCode()
hashCode
is based on unique the ID only.void
void
void
void
setTemplatedInstanceInputs
(Set<TemplateInstanceIasioDao> templateInstances) Settervoid
setTemplateId
(String templateId) void
setTransferFunction
(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
- Iftrue
replaces the old IASIO with this one, if already present in the map- Returns:
true
if the passed IASIO replace an object in the inputs list,false
otherwise
-
addTemplatedInstanceInput
Add the passed templated input- Parameters:
tii
- The notnull
templated input to addreplace
- Iftrue
replaces the old templated input with this one, if already present in the map- Returns:
true
if the passed templated input has been aded,false
otherwise
-
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()hashCode
is based on unique the ID only. -
equals
equals
check 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.
-