Class DasuDao

java.lang.Object
org.eso.ias.cdb.pojos.DasuDao

@Entity(name="DASU") public class DasuDao extends Object
The pojo for a DASU
Author:
acaproni
  • Constructor Details

    • DasuDao

      public DasuDao()
  • Method Details

    • getLogLevel

      public LogLevelDao getLogLevel()
    • setLogLevel

      public void setLogLevel(LogLevelDao logLevel)
    • addAsce

      public void addAsce(AsceDao asce)
    • removeAsce

      public void removeAsce(AsceDao asce)
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getAsces

      public Set<AsceDao> getAsces()
    • toString

      public String toString()
      toString() prints a human readable version of the DASU where linked objects (like ASCES) are represented by their IDs only.
      Overrides:
      toString in class Object
    • getAscesIDs

      public Set<String> getAscesIDs()
    • getOutput

      public IasioDao getOutput()
    • setOutput

      public void setOutput(IasioDao output)
    • getTemplateId

      public String getTemplateId()
    • setTemplateId

      public void setTemplateId(String templateId)
    • hashCode

      public int hashCode()
      hashCode is based on unique the ID only.
      Overrides:
      hashCode in class Object
      See Also:
    • equals

      public boolean equals(Object obj)
      equals check the equality of the members of this object against the one passed in the command line but the checking of included ASCEs and SUPERVISOR is limited to their IDs.
      Overrides:
      equals in class Object