Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.socialnetwork.model.pojo.nodestructure
Class ApplicationModuleNodeStructure

java.lang.Object
  extended by oracle.apps.fnd.applcore.socialnetwork.model.pojo.nodestructure.ApplicationModuleNodeStructure
All Implemented Interfaces:
java.io.Serializable

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

The details of an Application Module that may participate in Social Network integration via the Social Network Setups page Objects tree-table.

Since:
11.1.1.7.0
Version:
$Header: atgpf/applcore/applications/SocialNetwork/Model/src/oracle/apps/fnd/applcore/socialnetwork/model/pojo/nodestructure/ApplicationModuleNodeStructure.java /st_atgpf_pt-11.1.1.7.0/2 2013/03/03 11:30:03 pacross Exp $
See Also:
Serialized Form

Constructor Summary
ApplicationModuleNodeStructure(java.lang.String applicationModuleName)
          Default Constructor.
 
Method Summary
 boolean equals(java.lang.Object object)
          
 java.lang.String getApplicationModuleName()
          Gets the class name for the application module.
 java.lang.String getDisplayName()
          
 int hashCode()
          
 void setApplicationModuleName(java.lang.String applicationModuleName)
          Sets the class name for the application module.
 void setDisplayName(java.lang.String displayName)
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationModuleNodeStructure

public ApplicationModuleNodeStructure(java.lang.String applicationModuleName)
Default Constructor.

Parameters:
applicationModuleName - the class name for the application module.
Method Detail

setApplicationModuleName

public void setApplicationModuleName(java.lang.String applicationModuleName)
Sets the class name for the application module.

Parameters:
applicationModuleName - application module class name.

getApplicationModuleName

public java.lang.String getApplicationModuleName()
Gets the class name for the application module.

Returns:
application module class name.

setDisplayName

public void setDisplayName(java.lang.String displayName)


getDisplayName

public java.lang.String getDisplayName()


equals

public boolean equals(java.lang.Object object)

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.