org.exist.soap
Class EntityPermissions

java.lang.Object
  extended by org.exist.soap.EntityPermissions
All Implemented Interfaces:
Serializable

public class EntityPermissions
extends Object
implements Serializable

See Also:
Serialized Form

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

EntityPermissions

public EntityPermissions()

EntityPermissions

public EntityPermissions(String name,
                         String owner,
                         String group,
                         int permissions)
Method Detail

getName

public String getName()
Gets the name value for this EntityPermissions.

Returns:
name

setName

public void setName(String name)
Sets the name value for this EntityPermissions.

Parameters:
name -

getOwner

public String getOwner()
Gets the owner value for this EntityPermissions.

Returns:
owner

setOwner

public void setOwner(String owner)
Sets the owner value for this EntityPermissions.

Parameters:
owner -

getGroup

public String getGroup()
Gets the group value for this EntityPermissions.

Returns:
group

setGroup

public void setGroup(String group)
Sets the group value for this EntityPermissions.

Parameters:
group -

getPermissions

public int getPermissions()
Gets the permissions value for this EntityPermissions.

Returns:
permissions

setPermissions

public void setPermissions(int permissions)
Sets the permissions value for this EntityPermissions.

Parameters:
permissions -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static Serializer getSerializer(String mechType,
                                       Class _javaType,
                                       QName _xmlType)
Get Custom Serializer


getDeserializer

public static Deserializer getDeserializer(String mechType,
                                           Class _javaType,
                                           QName _xmlType)
Get Custom Deserializer



Copyright (C) Wolfgang Meier. All rights reserved.