|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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
| 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 |
public void nullify()
public java.lang.String getServer()
public void setServer(java.lang.String server)
server - the name or IP of the server machinepublic int getPort()
public void setPort(int port)
port - public java.lang.String getTable()
public java.lang.String getSystem()
public void setTable(java.lang.String table)
table - table namepublic java.lang.String getAttrib()
public void setAttrib(java.lang.String attrib)
attrib - public java.lang.String getValue()
public void setValue(java.lang.String value)
value - the value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||