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

module state - consent state of module and list of affected policies More...

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

Public Member Functions

 ModuleStateDTO (ModuleKeyDTO key, ConsentStatus consentState, List< PolicyKeyDTO > policyKeys)
 
ModuleKeyDTO getKey ()
 
void setKey (ModuleKeyDTO key)
 
ConsentStatus getConsentState ()
 
void setConsentState (ConsentStatus consentState)
 
List< PolicyKeyDTOgetPolicyKeys ()
 
void setPolicyKeys (List< PolicyKeyDTO > policyKeys)
 
int hashCode ()
 
boolean equals (Object obj)
 
String toString ()
 

Private Attributes

ModuleKeyDTO key
 
ConsentStatus consentState
 
List< PolicyKeyDTOpolicyKeys = new ArrayList<PolicyKeyDTO>()
 

Static Private Attributes

static final long serialVersionUID = -104434893231372840L
 

Detailed Description

module state - consent state of module and list of affected policies

Author
geidell

Definition at line 51 of file ModuleStateDTO.java.


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