Class JsonTemplatedInputsDao
java.lang.Object
org.eso.ias.cdb.structuredtext.pojos.JsonTemplatedInputsDao
Templated inputs of the ASCE
These are the inputs that belongs to a different template
of that of the ASCE for which we need to specify the instance
(@see #124)
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructorJsonTemplatedInputsDao(String iasioId, String templateId, int instanceNum) ConstructorJsonTemplatedInputsDao(TemplateInstanceIasioDao tempInstanceDao) -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetterintGetterGetterinthashCode()voidsetIasioId(String iasioId) SettervoidsetInstanceNum(int instanceNum) SettervoidsetTemplateId(String templateId) Setter
-
Constructor Details
-
JsonTemplatedInputsDao
public JsonTemplatedInputsDao()Empty constructor -
JsonTemplatedInputsDao
Constructor- Parameters:
iasioId- The ID of the IASIOtemplateId- the ID of the templateinstanceNum- the number of the instance
-
JsonTemplatedInputsDao
-
-
Method Details
-
getIasioId
Getter -
setIasioId
Setter -
getTemplateId
Getter -
setTemplateId
Setter -
getInstanceNum
public int getInstanceNum()Getter -
setInstanceNum
public void setInstanceNum(int instanceNum) Setter -
equals
-
hashCode
public int hashCode()
-