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

name - identifier
label - label for the web-interface
properties - semicolon separated key-value pairs; for valid keys see enum DomainProperties
comment - comment
More...

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

Public Member Functions

 DomainDTO (String name, String ctVersionConverter, String moduleVersionConverter, String policyVersionConverter, List< String > signerIdTypes)
 
 DomainDTO (String name, String label, String ctVersionConverter, String moduleVersionConverter, String policyVersionConverter, String properties, String comment, String externProperties, String logo, List< String > signerIdTypes)
 
String getName ()
 
void setName (String name)
 
String getLabel ()
 
void setLabel (String label)
 
String getCtVersionConverter ()
 
void setCtVersionConverter (String ctVersionConverter)
 
String getModuleVersionConverter ()
 
void setModuleVersionConverter (String moduleVersionConverter)
 
String getPolicyVersionConverter ()
 
void setPolicyVersionConverter (String policyVersionConverter)
 
String getProperty (String key)
 
String getProperties ()
 
void setProperties (String properties)
 
String getComment ()
 
void setComment (String comment)
 
String getExternProperties ()
 
void setExternProperties (String externProperties)
 
String getLogo ()
 
void setLogo (String logo)
 
List< String > getSignerIdTypes ()
 
void setSignerIdTypes (List< String > signerIdTypes)
 
int hashCode ()
 
boolean equals (Object obj)
 
String toString ()
 

Private Attributes

String name
 
String label
 
String ctVersionConverter
 
String moduleVersionConverter
 
String policyVersionConverter
 
String properties
 
String comment
 
String externProperties
 
String logo
 
List< String > signerIdTypes
 

Static Private Attributes

static final long serialVersionUID = 9152603229919432413L
 

Detailed Description

name - identifier
label - label for the web-interface
properties - semicolon separated key-value pairs; for valid keys see enum DomainProperties
comment - comment

Author
geidell

Definition at line 53 of file DomainDTO.java.


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