|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.beasys.portal.ejb.DefaultPortalCategory
Default implementation of the PortalCategory interface.
| Constructor Summary | |
DefaultPortalCategory()
Default Constructor. |
|
DefaultPortalCategory(java.lang.String aPortalName,
java.lang.String aCategoryName,
java.lang.String anIconURL,
int anOrder)
Create a PortalCategory. |
|
| Method Summary | |
java.lang.String |
getIconURL()
Get the icon URL. |
java.lang.String |
getName()
Get the category name. |
int |
getOrder()
Get order. |
java.lang.String |
getPortalName()
Get portal name. |
void |
setIconURL(java.lang.String aURL)
Set icon URL. |
void |
setName(java.lang.String aCategoryName)
Set the category name. |
void |
setOrder(int anOrder)
Set order. |
void |
setPortalName(java.lang.String aPortalName)
Set portal name. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public DefaultPortalCategory()
public DefaultPortalCategory(java.lang.String aPortalName,
java.lang.String aCategoryName,
java.lang.String anIconURL,
int anOrder)
aPortalName - the portal name.aCategoryName - the category name.anIconURL - the icon for the category.anOrder - the order of the page.| Method Detail |
public java.lang.String getPortalName()
String the portal name.public void setPortalName(java.lang.String aPortalName)
aPortalName - the portal name.public java.lang.String getName()
String the category name.public void setName(java.lang.String aCategoryName)
aCategoryName - the category name.public java.lang.String getIconURL()
String the icon url.public void setIconURL(java.lang.String aURL)
aURL - the icon url.public int getOrder()
int the order.public void setOrder(int anOrder)
anOrder - the order.
|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||