com.mirth.match.ejb.inex
Class EntityDomainAccess

java.lang.Object
  extended by com.mirth.match.ejb.inex.KanaEntity
      extended by com.mirth.match.ejb.inex.EntityDomainAccess

public class EntityDomainAccess
extends KanaEntity

Java class for entityDomainAccess complex type.

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

 <complexType name="entityDomainAccess">
   <complexContent>
     <extension base="{http://inex.ejb.match.mirth.com/}kanaEntity">
       <sequence>
         <element name="allAccess" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="entityDomain" type="{http://inex.ejb.match.mirth.com/}entityDomain" minOccurs="0"/>
         <element name="entityDomainAccessKey" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="queryAccess" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="updateAccess" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="user" type="{http://inex.ejb.match.mirth.com/}user" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  boolean allAccess
           
protected  EntityDomain entityDomain
           
protected  java.lang.Integer entityDomainAccessKey
           
protected  boolean queryAccess
           
protected  boolean updateAccess
           
protected  User user
           
 
Constructor Summary
EntityDomainAccess()
           
 
Method Summary
 EntityDomain getEntityDomain()
          Gets the value of the entityDomain property.
 java.lang.Integer getEntityDomainAccessKey()
          Gets the value of the entityDomainAccessKey property.
 User getUser()
          Gets the value of the user property.
 boolean isAllAccess()
          Gets the value of the allAccess property.
 boolean isQueryAccess()
          Gets the value of the queryAccess property.
 boolean isUpdateAccess()
          Gets the value of the updateAccess property.
 void setAllAccess(boolean value)
          Sets the value of the allAccess property.
 void setEntityDomain(EntityDomain value)
          Sets the value of the entityDomain property.
 void setEntityDomainAccessKey(java.lang.Integer value)
          Sets the value of the entityDomainAccessKey property.
 void setQueryAccess(boolean value)
          Sets the value of the queryAccess property.
 void setUpdateAccess(boolean value)
          Sets the value of the updateAccess property.
 void setUser(User value)
          Sets the value of the user property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

allAccess

protected boolean allAccess

entityDomain

protected EntityDomain entityDomain

entityDomainAccessKey

protected java.lang.Integer entityDomainAccessKey

queryAccess

protected boolean queryAccess

updateAccess

protected boolean updateAccess

user

protected User user
Constructor Detail

EntityDomainAccess

public EntityDomainAccess()
Method Detail

isAllAccess

public boolean isAllAccess()
Gets the value of the allAccess property.


setAllAccess

public void setAllAccess(boolean value)
Sets the value of the allAccess property.


getEntityDomain

public EntityDomain getEntityDomain()
Gets the value of the entityDomain property.

Returns:
possible object is EntityDomain

setEntityDomain

public void setEntityDomain(EntityDomain value)
Sets the value of the entityDomain property.

Parameters:
value - allowed object is EntityDomain

getEntityDomainAccessKey

public java.lang.Integer getEntityDomainAccessKey()
Gets the value of the entityDomainAccessKey property.

Returns:
possible object is Integer

setEntityDomainAccessKey

public void setEntityDomainAccessKey(java.lang.Integer value)
Sets the value of the entityDomainAccessKey property.

Parameters:
value - allowed object is Integer

isQueryAccess

public boolean isQueryAccess()
Gets the value of the queryAccess property.


setQueryAccess

public void setQueryAccess(boolean value)
Sets the value of the queryAccess property.


isUpdateAccess

public boolean isUpdateAccess()
Gets the value of the updateAccess property.


setUpdateAccess

public void setUpdateAccess(boolean value)
Sets the value of the updateAccess property.


getUser

public User getUser()
Gets the value of the user property.

Returns:
possible object is User

setUser

public void setUser(User value)
Sets the value of the user property.

Parameters:
value - allowed object is User


Copyright © 2011 Mirth Corp. All Rights Reserved.