Skip navigation links

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

E16598-01


com.flashline.registry.openapi.entity
Class PermissionValue

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

All Implemented Interfaces:
java.io.Serializable

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

Represents permissions assignments within OER.

See Also:
Serialized Form

Constructor Summary
PermissionValue()
           
PermissionValue(java.lang.String permissionName, java.lang.String permissionValue)
           

 

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 getPermissionName()
          Gets the permissionName value for this PermissionValue.
 java.lang.String getPermissionValue()
          Gets the permissionValue value for this PermissionValue.
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()
           
 void setPermissionName(java.lang.String permissionName)
          Sets the permissionName value for this PermissionValue.
 void setPermissionValue(java.lang.String permissionValue)
          Sets the permissionValue value for this PermissionValue.

 

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

 

Constructor Detail

PermissionValue

public PermissionValue()

PermissionValue

public PermissionValue(java.lang.String permissionName,
                       java.lang.String permissionValue)

Method Detail

getPermissionName

public java.lang.String getPermissionName()
Gets the permissionName value for this PermissionValue.
Returns:
permissionName

setPermissionName

public void setPermissionName(java.lang.String permissionName)
Sets the permissionName value for this PermissionValue.
Parameters:
permissionName -

getPermissionValue

public java.lang.String getPermissionValue()
Gets the permissionValue value for this PermissionValue.
Returns:
permissionValue

setPermissionValue

public void setPermissionValue(java.lang.String permissionValue)
Sets the permissionValue value for this PermissionValue.
Parameters:
permissionValue -

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)

E16598-01


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