Skip navigation links

Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository
11g Release 1 (11.1.1.4.0)

E16598-02


com.flashline.registry.openapi.entity
Class RegistryUser

java.lang.Object
  extended by com.flashline.registry.openapi.entity.RegistryUser

All Implemented Interfaces:
java.io.Serializable

public class RegistryUser
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
RegistryUser()
           
RegistryUser(long ID, int activeStatus, Department[] departments, java.lang.String email, java.lang.String firstName, java.lang.String lastName, boolean mustChangePassword, java.lang.String password, boolean passwordNeverExpires, java.lang.String phoneNumber, Role[] roleTypes, java.lang.String userName)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 int getActiveStatus()
          Gets the activeStatus value for this RegistryUser.
 Department[] getDepartments()
          Gets the departments value for this RegistryUser.
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 getEmail()
          Gets the email value for this RegistryUser.
 java.lang.String getFirstName()
          Gets the firstName value for this RegistryUser.
 long getID()
          Gets the ID value for this RegistryUser.
 java.lang.String getLastName()
          Gets the lastName value for this RegistryUser.
 java.lang.String getPassword()
          Gets the password value for this RegistryUser.
 java.lang.String getPhoneNumber()
          Gets the phoneNumber value for this RegistryUser.
 Role[] getRoleTypes()
          Gets the roleTypes value for this RegistryUser.
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
 java.lang.String getUserName()
          Gets the userName value for this RegistryUser.
 int hashCode()
           
 boolean isMustChangePassword()
          Gets the mustChangePassword value for this RegistryUser.
 boolean isPasswordNeverExpires()
          Gets the passwordNeverExpires value for this RegistryUser.
 void setActiveStatus(int activeStatus)
          Sets the activeStatus value for this RegistryUser.
 void setDepartments(Department[] departments)
          Sets the departments value for this RegistryUser.
 void setEmail(java.lang.String email)
          Sets the email value for this RegistryUser.
 void setFirstName(java.lang.String firstName)
          Sets the firstName value for this RegistryUser.
 void setID(long ID)
          Sets the ID value for this RegistryUser.
 void setLastName(java.lang.String lastName)
          Sets the lastName value for this RegistryUser.
 void setMustChangePassword(boolean mustChangePassword)
          Sets the mustChangePassword value for this RegistryUser.
 void setPassword(java.lang.String password)
          Sets the password value for this RegistryUser.
 void setPasswordNeverExpires(boolean passwordNeverExpires)
          Sets the passwordNeverExpires value for this RegistryUser.
 void setPhoneNumber(java.lang.String phoneNumber)
          Sets the phoneNumber value for this RegistryUser.
 void setRoleTypes(Role[] roleTypes)
          Sets the roleTypes value for this RegistryUser.
 void setUserName(java.lang.String userName)
          Sets the userName value for this RegistryUser.

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

RegistryUser

public RegistryUser()

RegistryUser

public RegistryUser(long ID,
                    int activeStatus,
                    Department[] departments,
                    java.lang.String email,
                    java.lang.String firstName,
                    java.lang.String lastName,
                    boolean mustChangePassword,
                    java.lang.String password,
                    boolean passwordNeverExpires,
                    java.lang.String phoneNumber,
                    Role[] roleTypes,
                    java.lang.String userName)

Method Detail

getID

public long getID()
Gets the ID value for this RegistryUser.
Returns:
ID

setID

public void setID(long ID)
Sets the ID value for this RegistryUser.
Parameters:
ID -

getActiveStatus

public int getActiveStatus()
Gets the activeStatus value for this RegistryUser.
Returns:
activeStatus

setActiveStatus

public void setActiveStatus(int activeStatus)
Sets the activeStatus value for this RegistryUser.
Parameters:
activeStatus -

getDepartments

public Department[] getDepartments()
Gets the departments value for this RegistryUser.
Returns:
departments

setDepartments

public void setDepartments(Department[] departments)
Sets the departments value for this RegistryUser.
Parameters:
departments -

getEmail

public java.lang.String getEmail()
Gets the email value for this RegistryUser.
Returns:
email

setEmail

public void setEmail(java.lang.String email)
Sets the email value for this RegistryUser.
Parameters:
email -

getFirstName

public java.lang.String getFirstName()
Gets the firstName value for this RegistryUser.
Returns:
firstName

setFirstName

public void setFirstName(java.lang.String firstName)
Sets the firstName value for this RegistryUser.
Parameters:
firstName -

getLastName

public java.lang.String getLastName()
Gets the lastName value for this RegistryUser.
Returns:
lastName

setLastName

public void setLastName(java.lang.String lastName)
Sets the lastName value for this RegistryUser.
Parameters:
lastName -

isMustChangePassword

public boolean isMustChangePassword()
Gets the mustChangePassword value for this RegistryUser.
Returns:
mustChangePassword

setMustChangePassword

public void setMustChangePassword(boolean mustChangePassword)
Sets the mustChangePassword value for this RegistryUser.
Parameters:
mustChangePassword -

getPassword

public java.lang.String getPassword()
Gets the password value for this RegistryUser.
Returns:
password

setPassword

public void setPassword(java.lang.String password)
Sets the password value for this RegistryUser.
Parameters:
password -

isPasswordNeverExpires

public boolean isPasswordNeverExpires()
Gets the passwordNeverExpires value for this RegistryUser.
Returns:
passwordNeverExpires

setPasswordNeverExpires

public void setPasswordNeverExpires(boolean passwordNeverExpires)
Sets the passwordNeverExpires value for this RegistryUser.
Parameters:
passwordNeverExpires -

getPhoneNumber

public java.lang.String getPhoneNumber()
Gets the phoneNumber value for this RegistryUser.
Returns:
phoneNumber

setPhoneNumber

public void setPhoneNumber(java.lang.String phoneNumber)
Sets the phoneNumber value for this RegistryUser.
Parameters:
phoneNumber -

getRoleTypes

public Role[] getRoleTypes()
Gets the roleTypes value for this RegistryUser.
Returns:
roleTypes

setRoleTypes

public void setRoleTypes(Role[] roleTypes)
Sets the roleTypes value for this RegistryUser.
Parameters:
roleTypes -

getUserName

public java.lang.String getUserName()
Gets the userName value for this RegistryUser.
Returns:
userName

setUserName

public void setUserName(java.lang.String userName)
Sets the userName value for this RegistryUser.
Parameters:
userName -

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

Skip navigation links

Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository
11g Release 1 (11.1.1.4.0)

E16598-02


Copyright © 2004-2011, Oracle and/or its affiliates. All rights reserved.