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

objekt fuer die m-n tabelle consent template <-> modul More...

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

Public Member Functions

 AssignedModuleDTO (ModuleDTO module, ModuleKeyDTO parent)
 
 AssignedModuleDTO (ModuleDTO module, boolean mandatory, ConsentStatus defaultConsentStatus, List< ConsentStatus > displayCheckboxes, int orderNumber, ModuleKeyDTO parent, String comment, String externProperties)
 
ModuleDTO getModule ()
 
void setModule (ModuleDTO module)
 
boolean getMandatory ()
 
void setMandatory (boolean mandatory)
 
ConsentStatus getDefaultConsentStatus ()
 
void setDefaultConsentStatus (ConsentStatus defaultConsentStatus)
 
List< ConsentStatusgetDisplayCheckboxes ()
 
void setDisplayCheckboxes (List< ConsentStatus > displayCheckboxes)
 
int getOrderNumber ()
 
void setOrderNumber (int orderNumber)
 
ModuleKeyDTO getParent ()
 
void setParent (ModuleKeyDTO parent)
 
String getComment ()
 
void setComment (String comment)
 
String getExternProperties ()
 
void setExternProperties (String externProperties)
 
int hashCode ()
 
boolean equals (Object obj)
 
String toString ()
 

Private Attributes

ModuleDTO module
 
boolean mandatory
 
ConsentStatus defaultConsentStatus
 
List< ConsentStatusdisplayCheckboxes = new ArrayList<ConsentStatus>()
 
int orderNumber
 
ModuleKeyDTO parent
 
String comment
 
String externProperties
 

Static Private Attributes

static final long serialVersionUID = 8679417761951775630L
 

Detailed Description

objekt fuer die m-n tabelle consent template <-> modul

Author
geidell

Definition at line 50 of file AssignedModuleDTO.java.


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