|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.ejb.inex.KanaEntity
com.mirth.match.ejb.inex.EntityDomainAccess
public class EntityDomainAccess
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 |
---|
protected boolean allAccess
protected EntityDomain entityDomain
protected java.lang.Integer entityDomainAccessKey
protected boolean queryAccess
protected boolean updateAccess
protected User user
Constructor Detail |
---|
public EntityDomainAccess()
Method Detail |
---|
public boolean isAllAccess()
public void setAllAccess(boolean value)
public EntityDomain getEntityDomain()
EntityDomain
public void setEntityDomain(EntityDomain value)
value
- allowed object is
EntityDomain
public java.lang.Integer getEntityDomainAccessKey()
Integer
public void setEntityDomainAccessKey(java.lang.Integer value)
value
- allowed object is
Integer
public boolean isQueryAccess()
public void setQueryAccess(boolean value)
public boolean isUpdateAccess()
public void setUpdateAccess(boolean value)
public User getUser()
User
public void setUser(User value)
value
- allowed object is
User
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |