|
AdventNet Web NMS 4 API Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.adventnet.nms.fe.common.CustomViewProperties
The CustomViewProperties class is intended to hold all information
about a custom view.
Serializable, Serialized Form| Constructor Summary | |
CustomViewProperties(java.lang.String viewId)
Constructs a CustomViewProperties with the specified viewId. |
|
CustomViewProperties(java.lang.String viewName,
java.lang.String parent)
Creates a new CustomViewProperties instance with
viewName and parent. |
|
| Method Summary | |
java.util.Properties |
getCriteriaProperties()
Get the value of criteriaProperties. |
java.util.Properties |
getPanelProperties()
Get the value of panelProperties. |
java.lang.String |
getParent()
Get the value of parent. |
TableColumn[] |
getTableColumns()
Get the value of tableColumns. |
java.lang.String |
getViewId()
Get the value of viewId. |
java.lang.String |
getViewName()
Get the value of viewName. |
void |
setCriteriaProperties(java.util.Properties v)
Set the value of criteriaProperties. |
void |
setPanelProperties(java.util.Properties v)
Set the value of panelProperties. |
void |
setParent(java.lang.String v)
Set the value of parent. |
void |
setTableColumns(TableColumn[] v)
Set the value of tableColumns. |
void |
setViewId(java.lang.String v)
Set the value of viewId. |
void |
setViewName(java.lang.String v)
Set the value of viewName. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CustomViewProperties(java.lang.String viewId)
CustomViewProperties with the specified viewId.viewId - : viewId of the custom view represented by this object.
public CustomViewProperties(java.lang.String viewName,
java.lang.String parent)
CustomViewProperties instance with
viewName and parent.viewName - viewName of the custom view represented by this object.parent - parent of the custom view represented by this object.| Method Detail |
public java.lang.String getViewId()
public void setViewId(java.lang.String v)
v - Value to assign to viewId.public java.lang.String getViewName()
public void setViewName(java.lang.String v)
v - Value to assign to viewName.public java.lang.String getParent()
public void setParent(java.lang.String v)
v - Value to assign to parent.public TableColumn[] getTableColumns()
public void setTableColumns(TableColumn[] v)
v - Value to assign to tableColumns.public java.util.Properties getCriteriaProperties()
public void setCriteriaProperties(java.util.Properties v)
v - Value to assign to criteriaProperties.public java.util.Properties getPanelProperties()
public void setPanelProperties(java.util.Properties v)
v - Value to assign to panelProperties.
|
AdventNet Web NMS 4 API Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||