|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This is the public interface class for the PortalColumnInformation entity.
| Method Summary | |
java.lang.String |
getCategoryName()
Get the category name associated with this column information. |
int |
getColumnOrder()
Get the column order for this column as a zero-based offset. |
int |
getColumnWidth()
Get the column width for this column as a percentage of the column total for the portal. |
java.lang.String |
getPortalName()
Get the portal name associated with this column information. |
void |
setCategoryName(java.lang.String aCategoryName)
Set the category name associated with this column information. |
void |
setColumnOrder(int anOrder)
Set the column order for this column as a zero-based offset. |
void |
setColumnWidth(int aWidth)
Set the column width for this column as a percentage of the column total for the portal. |
void |
setPortalName(java.lang.String aPortalName)
Set the portal name associated with this column information. |
| Method Detail |
public java.lang.String getPortalName()
public void setPortalName(java.lang.String aPortalName)
aPortalName - The portal name.public java.lang.String getCategoryName()
public void setCategoryName(java.lang.String aCategoryName)
String - - The category name associated with this
column information.public int getColumnWidth()
public void setColumnWidth(int aWidth)
aWidth - The column width as a percentage.
column information.public int getColumnOrder()
public void setColumnOrder(int anOrder)
The - column order for this column as a zero-based
offset.
|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||