Package org.eso.ias.cdb.pojos
Class DasuDao
java.lang.Object
org.eso.ias.cdb.pojos.DasuDao
The pojo for a DASU
- Author:
- acaproni
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
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.getAsces()
getId()
int
hashCode()
hashCode
is based on unique the ID only.void
removeAsce
(AsceDao asce) void
void
setLogLevel
(LogLevelDao logLevel) void
void
setTemplateId
(String templateId) toString()
toString() prints a human readable version of the DASU where linked objects (like ASCES) are represented by their IDs only.
-
Constructor Details
-
DasuDao
public DasuDao()
-
-
Method Details
-
getLogLevel
-
setLogLevel
-
addAsce
-
removeAsce
-
getId
-
setId
-
getAsces
-
toString
toString() prints a human readable version of the DASU where linked objects (like ASCES) are represented by their IDs only. -
getAscesIDs
-
getOutput
-
setOutput
-
getTemplateId
-
setTemplateId
-
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 ASCEs and SUPERVISOR is limited to their IDs.
-