com.mirth.match.ejb.core
Class DtoAuthority

java.lang.Object
  extended by com.mirth.match.ejb.core.DtoBase
      extended by com.mirth.match.ejb.core.DtoAuthority

public class DtoAuthority
extends DtoBase

Java class for dtoAuthority complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="dtoAuthority">
   <complexContent>
     <extension base="{http://core.ejb.match.mirth.com/}dtoBase">
       <sequence>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String description
           
protected  java.lang.String label
           
 
Fields inherited from class com.mirth.match.ejb.core.DtoBase
identifier
 
Constructor Summary
DtoAuthority()
           
 
Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getLabel()
          Gets the value of the label property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setLabel(java.lang.String value)
          Sets the value of the label property.
 
Methods inherited from class com.mirth.match.ejb.core.DtoBase
getIdentifier, setIdentifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected java.lang.String description

label

protected java.lang.String label
Constructor Detail

DtoAuthority

public DtoAuthority()
Method Detail

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getLabel

public java.lang.String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(java.lang.String value)
Sets the value of the label property.

Parameters:
value - allowed object is String


Copyright © 2011 Mirth Corp. All Rights Reserved.