com.novell.emframe.dev
Class HistoryNode

java.lang.Object
  extended bycom.novell.emframe.dev.HistoryNode

public class HistoryNode
extends java.lang.Object

Contains a node in the history list of the object target chooser. A HistoryNode has an object type and a name of the object.


Constructor Summary
HistoryNode(java.lang.String type, java.lang.String name)
          Constructs a HistoryNode with a given object type and name.
 
Method Summary
 java.lang.String getObjectName()
          Returns the object name of this HistoryNode.
 java.lang.String getObjectType()
          Returns the object type of this HistoryNode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryNode

public HistoryNode(java.lang.String type,
                   java.lang.String name)
Constructs a HistoryNode with a given object type and name.

Parameters:
type - String containing the object type
name - String containing the object name
Method Detail

getObjectName

public java.lang.String getObjectName()
Returns the object name of this HistoryNode.

Returns:
String containing the object name

getObjectType

public java.lang.String getObjectType()
Returns the object type of this HistoryNode.

Returns:
String containing the object type


API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated September 2 2004 0111.