public class ObjectListDataEntry extends Object implements com.ibm.xsp.model.ViewRowData, Serializable
Constructor and Description |
---|
ObjectListDataEntry(Object bO) |
Modifier and Type | Method and Description |
---|---|
Object |
getBO() |
com.ibm.xsp.model.ViewRowData.ColumnInfo |
getColumnInfo(String arg0) |
Object |
getColumnValue(String arg0) |
String |
getOpenPageURL(String arg0,
boolean arg1) |
Object |
getValue(String field) |
boolean |
isReadOnly(String arg0) |
void |
setBO(Object bO) |
void |
setColumnValue(String arg0,
Object arg1) |
public ObjectListDataEntry(Object bO)
public Object getBO()
public void setBO(Object bO)
public com.ibm.xsp.model.ViewRowData.ColumnInfo getColumnInfo(String arg0)
getColumnInfo
in interface com.ibm.xsp.model.ViewRowData
public Object getColumnValue(String arg0)
getColumnValue
in interface com.ibm.xsp.model.ViewRowData
public String getOpenPageURL(String arg0, boolean arg1)
getOpenPageURL
in interface com.ibm.xsp.model.ViewRowData
public Object getValue(String field)
getValue
in interface com.ibm.xsp.model.ViewRowData
public boolean isReadOnly(String arg0)
isReadOnly
in interface com.ibm.xsp.model.ViewRowData
Copyright © 2021. All Rights Reserved.