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 SummaryConstructorsConstructorDescriptionEmpty constructorJsonTemplatedInputsDao(String iasioId, String templateId, int instanceNum) ConstructorJsonTemplatedInputsDao(TemplateInstanceIasioDao tempInstanceDao) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanGetterintGetterGetterinthashCode()voidsetIasioId(String iasioId) SettervoidsetInstanceNum(int instanceNum) SettervoidsetTemplateId(String templateId) Setter
- 
Constructor Details- 
JsonTemplatedInputsDaopublic JsonTemplatedInputsDao()Empty constructor
- 
JsonTemplatedInputsDaoConstructor- Parameters:
- iasioId- The ID of the IASIO
- templateId- the ID of the template
- instanceNum- the number of the instance
 
- 
JsonTemplatedInputsDao
 
- 
- 
Method Details- 
getIasioIdGetter
- 
setIasioIdSetter
- 
getTemplateIdGetter
- 
setTemplateIdSetter
- 
getInstanceNumpublic int getInstanceNum()Getter
- 
setInstanceNumpublic void setInstanceNum(int instanceNum) Setter
- 
equals
- 
hashCodepublic int hashCode()
 
-