gICS_2.8.6
Public Member Functions | Private Attributes | Static Private Attributes
org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentTemplateStructureDTO Class Reference

structure of the modules of a consent template More...

Inheritance diagram for org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentTemplateStructureDTO:

Public Member Functions

List< ModuleKeyDTOgetFirstLevelModules ()
 
void setFirstLevelModules (List< ModuleKeyDTO > firstLevelModules)
 
Map< ModuleKeyDTO, ArrayList< ModuleKeyDTO > > getChildren ()
 
void setChildren (Map< ModuleKeyDTO, ArrayList< ModuleKeyDTO >> children)
 
int hashCode ()
 
boolean equals (Object obj)
 
String toString ()
 

Private Attributes

List< ModuleKeyDTOfirstLevelModules = new ArrayList<ModuleKeyDTO>()
 
Map< ModuleKeyDTO, ArrayList< ModuleKeyDTO > > children = new HashMap<ModuleKeyDTO, ArrayList<ModuleKeyDTO>>()
 

Static Private Attributes

static final long serialVersionUID = -225883360204639462L
 

Detailed Description

structure of the modules of a consent template

Author
geidell

Definition at line 50 of file ConsentTemplateStructureDTO.java.


The documentation for this class was generated from the following file: