|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
public long getPortalId()
public void setPortalId(long aPortalId)
aPortalName - The portal name for this category.public java.lang.String getName()
public void setName(java.lang.String aCategoryName)
aCategoryName - The name of the category.public java.lang.String getIconURL()
public void setIconURL(java.lang.String aURL)
aURL - public int getOrder()
public void setOrder(int anOrder)
int - The order.
|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||