com.sap.portal.unification.hrnpnode
Interface IHRNPSource50

All Superinterfaces:
IHRNPNode

public interface IHRNPSource50
extends IHRNPNode

HRNPNode of HRNPSource50 type. HRNPSource50 is a HRNP representation of an object that user drags. Only for Unifier5.0 for Portal 6.0. For Portal 6.0 only use HRNPSource. String representation is: "server:port/system:iview/attrib/value" Copyright: Copyright (c) 2002 Company: SAP Portals

Version:
1.1

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 getAttrib()
          gets the name of the column in the table
 int getPort()
          gets port number of the portal on the server machine
 java.lang.String getServer()
          gets server name or IP.
 java.lang.String getSystem()
          gets the name of the system
 java.lang.String getTable()
          gets the name of the table
 java.lang.String getValue()
          gets the chosen value in the column.
 void nullify()
          Sets all members to be null or 0.
 void setAttrib(java.lang.String attrib)
          sets the name of the column in the table
 void setPort(int port)
          sets port number of the portal
 void setServer(java.lang.String server)
          sets server name
 void setTable(java.lang.String table)
          sets the name of the table
 void setValue(java.lang.String value)
          sets the value in the column
 
Methods inherited from interface com.sap.portal.unification.hrnpnode.IHRNPNode
clone, equals, getHRNPLink, print, toString
 

Method Detail

nullify

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

getServer

public java.lang.String getServer()
gets server name or IP.
Returns:
server name

setServer

public void setServer(java.lang.String server)
sets server name
Parameters:
server - the name or IP of the server machine

getPort

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

setPort

public void setPort(int port)
sets port number of the portal
Parameters:
port -  

getTable

public java.lang.String getTable()
gets the name of the table
Returns:
table name

getSystem

public java.lang.String getSystem()
gets the name of the system
Returns:
table name

setTable

public void setTable(java.lang.String table)
sets the name of the table
Parameters:
table - table name

getAttrib

public java.lang.String getAttrib()
gets the name of the column in the table
Returns:
attrib

setAttrib

public void setAttrib(java.lang.String attrib)
sets the name of the column in the table
Parameters:
attrib -  

getValue

public java.lang.String getValue()
gets the chosen value in the column.
Returns:
the end value to be operated on

setValue

public void setValue(java.lang.String value)
sets the value in the column
Parameters:
value - the value