|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.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 categorypublic CategoryInfoImpl(String name, List pageNames, String image, String inactiveImage)
name
- The category namepageNames
- List of the page names in this categoryMethod Detail |
---|
public String getName()
getName
in interface CategoryInfo
public String getDefaultPage()
getDefaultPage
in interface CategoryInfo
public List getPageNames()
getPageNames
in interface CategoryInfo
public String getImage()
getImage
in interface CategoryInfo
public String getInactiveImage()
getInactiveImage
in interface CategoryInfo
public String toString()
toString
in class Object
Object.toString()
public boolean equals(Object object)
equals
in class Object
Object.equals(Object)
public int hashCode()
hashCode
in class Object
Object.hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |