BEA Systems, Inc.

com.beasys.commerce.portal
Interface PortalColumnInformation


public interface PortalColumnInformation

This is the public interface class for the PortalColumnInformation entity.


Method Summary
 long getCategoryId()
          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.
 long getPortalId()
          Get the portal name associated with this column information.
 void setCategoryId(long aCategory)
          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 setPortalId(long aPortal)
          Set the portal name associated with this column information.
 

Method Detail

getPortalId

public long getPortalId()
Get the portal name associated with this column information.
Returns:
String The portal name associated with this column information.

setPortalId

public void setPortalId(long aPortal)
Set the portal name associated with this column information.
Parameters:
aPortalName - The portal name.

getCategoryId

public long getCategoryId()
Get the category name associated with this column information.
Returns:
String - The category name associated with this column information.

setCategoryId

public void setCategoryId(long aCategory)
Set the category name associated with this column information.
Parameters:
String - - The category name associated with this column information.

getColumnWidth

public int getColumnWidth()
Get the column width for this column as a percentage of the column total for the portal.
Returns:
int - The column width as a percentage. column information.

setColumnWidth

public void setColumnWidth(int aWidth)
Set the column width for this column as a percentage of the column total for the portal.
Parameters:
aWidth - The column width as a percentage. column information.

getColumnOrder

public int getColumnOrder()
Get the column order for this column as a zero-based offset.
Returns:
int - The column order for this column as a zero-based offset.

setColumnOrder

public void setColumnOrder(int anOrder)
Set the column order for this column as a zero-based offset.
Parameters:
The - column order for this column as a zero-based offset.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved