|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.tacos.services.impl.CategoryInfoImpl
public class CategoryInfoImpl
This class describes a site map category containing page names.
| Constructor Summary | |
|---|---|
CategoryInfoImpl(String name,
List pageNames)
Construct named category with list of pages. |
|
CategoryInfoImpl(String name,
List pageNames,
String image,
String inactiveImage)
Construct named category with list of pages, active and inactive image. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
String |
getDefaultPage()
Get the default page. |
String |
getImage()
Returns active image for category. |
String |
getInactiveImage()
Returns the inactive image for category. |
String |
getName()
Get category name. |
List |
getPageNames()
Get list of pages in category. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CategoryInfoImpl(String name,
List pageNames)
name - The category namepageNames - List of the page names in this category
public CategoryInfoImpl(String name,
List pageNames,
String image,
String inactiveImage)
name - The category namepageNames - List of the page names in this category| Method Detail |
|---|
public String getName()
getName in interface CategoryInfopublic String getDefaultPage()
getDefaultPage in interface CategoryInfopublic List getPageNames()
getPageNames in interface CategoryInfopublic String getImage()
getImage in interface CategoryInfopublic String getInactiveImage()
getInactiveImage in interface CategoryInfopublic String toString()
toString in class ObjectObject.toString()public boolean equals(Object object)
equals in class ObjectObject.equals(Object)public int hashCode()
hashCode in class ObjectObject.hashCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||