fedora.server.types.gen
Class UserInfo

java.lang.Object
  extended by fedora.server.types.gen.UserInfo
All Implemented Interfaces:
java.io.Serializable

public class UserInfo
extends java.lang.Object
implements java.io.Serializable

Key information about a user

See Also:
Serialized Form

Constructor Summary
UserInfo()
           
UserInfo(java.lang.String id, boolean administrator)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getId()
          Gets the id value for this UserInfo.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isAdministrator()
          Gets the administrator value for this UserInfo.
 void setAdministrator(boolean administrator)
          Sets the administrator value for this UserInfo.
 void setId(java.lang.String id)
          Sets the id value for this UserInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserInfo

public UserInfo()

UserInfo

public UserInfo(java.lang.String id,
                boolean administrator)
Method Detail

getId

public java.lang.String getId()
Gets the id value for this UserInfo.

Returns:
id

setId

public void setId(java.lang.String id)
Sets the id value for this UserInfo.

Parameters:
id -

isAdministrator

public boolean isAdministrator()
Gets the administrator value for this UserInfo.

Returns:
administrator

setAdministrator

public void setAdministrator(boolean administrator)
Sets the administrator value for this UserInfo.

Parameters:
administrator -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer