|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSecurity.JaxbGrant
public static class JaxbHibernateConfiguration.JaxbSecurity.JaxbGrant
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="actions" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="entity-name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="role" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
actions
|
protected String |
entityName
|
protected String |
role
|
Constructor Summary | |
---|---|
JaxbHibernateConfiguration.JaxbSecurity.JaxbGrant()
|
Method Summary | |
---|---|
String |
getActions()
Gets the value of the actions property. |
String |
getEntityName()
Gets the value of the entityName property. |
String |
getRole()
Gets the value of the role property. |
void |
setActions(String value)
Sets the value of the actions property. |
void |
setEntityName(String value)
Sets the value of the entityName property. |
void |
setRole(String value)
Sets the value of the role property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String actions
protected String entityName
protected String role
Constructor Detail |
---|
public JaxbHibernateConfiguration.JaxbSecurity.JaxbGrant()
Method Detail |
---|
public String getActions()
String
public void setActions(String value)
value
- allowed object is
String
public String getEntityName()
String
public void setEntityName(String value)
value
- allowed object is
String
public String getRole()
String
public void setRole(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |