|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.exist.soap.EntityPermissions
public class EntityPermissions
| Constructor Summary | |
|---|---|
EntityPermissions()
|
|
EntityPermissions(String name,
String owner,
String group,
int permissions)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String |
getGroup()
Gets the group value for this EntityPermissions. |
String |
getName()
Gets the name value for this EntityPermissions. |
String |
getOwner()
Gets the owner value for this EntityPermissions. |
int |
getPermissions()
Gets the permissions value for this EntityPermissions. |
static Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setGroup(String group)
Sets the group value for this EntityPermissions. |
void |
setName(String name)
Sets the name value for this EntityPermissions. |
void |
setOwner(String owner)
Sets the owner value for this EntityPermissions. |
void |
setPermissions(int permissions)
Sets the permissions value for this EntityPermissions. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EntityPermissions()
public EntityPermissions(String name,
String owner,
String group,
int permissions)
| Method Detail |
|---|
public String getName()
public void setName(String name)
name - public String getOwner()
public void setOwner(String owner)
owner - public String getGroup()
public void setGroup(String group)
group - public int getPermissions()
public void setPermissions(int permissions)
permissions - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static TypeDesc getTypeDesc()
public static Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||