com.sap.portal.unification.hrnpnode
Interface IHRNPDestination

All Superinterfaces:
IHRNPNode
All Known Subinterfaces:
IHRNPDestination50

public interface IHRNPDestination
extends IHRNPNode

HRNPNode of HRNPDestination type. HRNPDestination is a HRNP representation of an object to which the user relates draggable object. String representation is: "server:port/component_name/iview" Title: DQP Project Description: DQP - Distributed Query Parser. Copyright: Copyright (c) 2002 Company: SAP Portals

Version:
1.0

Field Summary
static java.lang.String COMPONENT_ACTION
          Action component name
 
Fields inherited from interface com.sap.portal.unification.hrnpnode.IHRNPNode
DELIMETER_SEPARATOR, DELIMETER_SERVER, OPERATOR_DRAG_AND_RELATE, OPERATOR_FILTER, OPERATOR_OR, RELATION_BRACE_LEFT, RELATION_BRACE_RIGHT
 
Method Summary
 java.lang.String getComponentType()
          gets component type of this IHRNPDestination
 java.lang.String getIview()
          gets the full path of the iView
 int getPort()
          gets port number of the portal on the server machine
 java.lang.String getServer()
          gets the server name of this HRNPDestination
 void nullify()
          Sets all members to be null or 0.
 void setComponentType(java.lang.String componentType)
          sets the component type
 void setIview(java.lang.String iView)
          sets the main object of the destination iview
 
Methods inherited from interface com.sap.portal.unification.hrnpnode.IHRNPNode
clone, equals, getHRNPLink, print, toString
 

Field Detail

COMPONENT_ACTION

public static final java.lang.String COMPONENT_ACTION
Action component name
Method Detail

nullify

public void nullify()
Sets all members to be null or 0.

getServer

public java.lang.String getServer()
gets the server name of this HRNPDestination
Returns:
the name of the server.

getPort

public int getPort()
gets port number of the portal on the server machine
Returns:
port number of the portal

getComponentType

public java.lang.String getComponentType()
gets component type of this IHRNPDestination
Returns:
component type of the node

setComponentType

public void setComponentType(java.lang.String componentType)
sets the component type
Parameters:
iView -  

getIview

public java.lang.String getIview()
gets the full path of the iView
Returns:
full path of the iView

setIview

public void setIview(java.lang.String iView)
sets the main object of the destination iview
Parameters:
iView -