com.sap.portal.unification.hrnpnode
Interface IHRNPSource

All Superinterfaces:
IHRNPNode

public interface IHRNPSource
extends IHRNPNode

HRNPNode of HRNPSource type. HRNPSource is a HRNP representation of an object that user drags. String representation is: "server:port/system/table/attrib/value" Title: DQP Project Description: DQP - Distributed Query Parser. 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
 java.lang.String getSystem()
           
 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 setSystem(java.lang.String system)
          sets system 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.

getSystem

public java.lang.String getSystem()

setSystem

public void setSystem(java.lang.String system)
sets system name
Parameters:
system - name of the system

getTable

public java.lang.String getTable()
gets the name of the table
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 -