org.exist.soap
Class Permissions

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

public class Permissions
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Permissions()
           
Permissions(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 Permissions.
 String getOwner()
          Gets the owner value for this Permissions.
 int getPermissions()
          Gets the permissions value for this Permissions.
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 Permissions.
 void setOwner(String owner)
          Sets the owner value for this Permissions.
 void setPermissions(int permissions)
          Sets the permissions value for this Permissions.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Permissions

public Permissions()

Permissions

public Permissions(String owner,
                   String group,
                   int permissions)
Method Detail

getOwner

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

Returns:
owner

setOwner

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

Parameters:
owner -

getGroup

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

Returns:
group

setGroup

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

Parameters:
group -

getPermissions

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

Returns:
permissions

setPermissions

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

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.