Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

oracle.apps.fnd.applcore.attachments.content
Class AttributeInfoElement

java.lang.Object
  extended by oracle.apps.fnd.applcore.attachments.content.AttributeInfoElement
Direct Known Subclasses:
AttributeInfoAccountElement, AttributeInfoRoleElement

public abstract class AttributeInfoElement
extends java.lang.Object


Constructor Summary
AttributeInfoElement(java.lang.String name, java.lang.String type, java.lang.String privilege)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getName()
           
 java.lang.String getPrivilege()
           
 java.lang.String getType()
           
 java.lang.String toString()
          Comma separated string representing an AttributeInfoElement.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeInfoElement

public AttributeInfoElement(java.lang.String name,
                            java.lang.String type,
                            java.lang.String privilege)
Method Detail

getType

public java.lang.String getType()

getName

public java.lang.String getName()

getPrivilege

public java.lang.String getPrivilege()

toString

public java.lang.String toString()
Comma separated string representing an AttributeInfoElement. eg. role,role1,15 or account,account1,15

Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object
Returns:
true iff object is of type AttributeInfoElement with equivalent values for id, type and privilege. Otherwise, false.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.