Class JsonDasuToDeployDao

java.lang.Object
org.eso.ias.cdb.structuredtext.pojos.JsonDasuToDeployDao

public class JsonDasuToDeployDao extends Object
The DASU to deploy to replace the reference to the DASU ant the template with their IDs
Author:
acaproni
  • Constructor Details

    • JsonDasuToDeployDao

      public JsonDasuToDeployDao()
      Empty constructor
    • JsonDasuToDeployDao

      public JsonDasuToDeployDao(String dasuId, String templateId, Integer number)
      Constructor
      Parameters:
      dasuId - The ID of the DASU to deploy
      templateId - The template of the DASU, if templated
      number - The instance of the DASU, if templated
    • JsonDasuToDeployDao

      public JsonDasuToDeployDao(DasuToDeployDao dtd)
      Constructor
      Parameters:
      dtd - The not null dasu to deploy
  • Method Details

    • getDasuId

      public String getDasuId()
    • setDasuId

      public void setDasuId(String dasuId)
    • getTemplateId

      public String getTemplateId()
    • setTemplateId

      public void setTemplateId(String templateId)
    • getInstance

      public Integer getInstance()
    • setInstance

      public void setInstance(Integer instance)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object