Skip navigation links

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

E16598-03


com.flashline.registry.openapi.entity
Class Role

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

All Implemented Interfaces:
java.io.Serializable

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

Constructor Summary
Role()
           
Role(boolean defaultForNewUser, java.lang.String description, java.lang.String name, java.lang.String originalFQName, int status)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
          Gets the description value for this Role.
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 getName()
          Gets the name value for this Role.
 java.lang.String getOriginalFQName()
          Gets the originalFQName value for this Role.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getStatus()
          Gets the status value for this Role.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isDefaultForNewUser()
          Gets the defaultForNewUser value for this Role.
 void setDefaultForNewUser(boolean defaultForNewUser)
          Sets the defaultForNewUser value for this Role.
 void setDescription(java.lang.String description)
          Sets the description value for this Role.
 void setName(java.lang.String name)
          Sets the name value for this Role.
 void setOriginalFQName(java.lang.String originalFQName)
          Sets the originalFQName value for this Role.
 void setStatus(int status)
          Sets the status value for this Role.

 

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

 

Constructor Detail

Role

public Role()

Role

public Role(boolean defaultForNewUser,
            java.lang.String description,
            java.lang.String name,
            java.lang.String originalFQName,
            int status)

Method Detail

isDefaultForNewUser

public boolean isDefaultForNewUser()
Gets the defaultForNewUser value for this Role.
Returns:
defaultForNewUser

setDefaultForNewUser

public void setDefaultForNewUser(boolean defaultForNewUser)
Sets the defaultForNewUser value for this Role.
Parameters:
defaultForNewUser -

getDescription

public java.lang.String getDescription()
Gets the description value for this Role.
Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this Role.
Parameters:
description -

getName

public java.lang.String getName()
Gets the name value for this Role.
Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this Role.
Parameters:
name -

getOriginalFQName

public java.lang.String getOriginalFQName()
Gets the originalFQName value for this Role.
Returns:
originalFQName

setOriginalFQName

public void setOriginalFQName(java.lang.String originalFQName)
Sets the originalFQName value for this Role.
Parameters:
originalFQName -

getStatus

public int getStatus()
Gets the status value for this Role.
Returns:
status

setStatus

public void setStatus(int status)
Sets the status value for this Role.
Parameters:
status -

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.5.0)

E16598-03


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