BEA Systems, Inc.

com.beasys.commerce.portal
Interface PortalCategory


public interface PortalCategory
extends KeyedObject

The public interface for the PortalCategory entity. This class is for future use and is not supported yet.


Method Summary
 java.lang.String getIconURL()
          Gets the iconURL name for this category..
 java.lang.String getName()
          Gets the category name.
 int getOrder()
          Gets the zero-based offset display order for this category where zero would be the first portal category in the portal.
 long getPortalId()
          Gets the portal name for the category.
 void setIconURL(java.lang.String aURL)
          Sets the icon URL for this category.
 void setName(java.lang.String aCategoryName)
          Sets the name.
 void setOrder(int anOrder)
          Gets the zero-based offset display order for this category where zero would be the first portal category in the portal.
 void setPortalId(long aPortalId)
          Sets the portal name.
 
Methods inherited from interface com.beasys.commerce.portal.KeyedObject
clone, getPK, setPK
 

Method Detail

getPortalId

public long getPortalId()
Gets the portal name for the category.
Returns:
String The portal name.

setPortalId

public void setPortalId(long aPortalId)
Sets the portal name.
Parameters:
aPortalName - The portal name for this category.

getName

public java.lang.String getName()
Gets the category name.
Returns:
String - The category name.

setName

public void setName(java.lang.String aCategoryName)
Sets the name.
Parameters:
aCategoryName - The name of the category.

getIconURL

public java.lang.String getIconURL()
Gets the iconURL name for this category..
Returns:
String - The icon url name for this category.

setIconURL

public void setIconURL(java.lang.String aURL)
Sets the icon URL for this category.
Parameters:
aURL -  

getOrder

public int getOrder()
Gets the zero-based offset display order for this category where zero would be the first portal category in the portal. Affects the display order of the portal categories in a a portal categories short-cut icon bar.
Returns:
int - The order.

setOrder

public void setOrder(int anOrder)
Gets the zero-based offset display order for this category where zero would be the first portal category in the portal. Affects the display order of the portal categories in a a portal categories short-cut icon bar.
Parameters:
int - The order.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved