|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.document.service.category.CategoryService.CategoryDisplay
public class CategoryService.CategoryDisplay
This class defines a CategoryDisplay object intended to be used in freemarker templates It provide the Category object and other informations.
Constructor Summary | |
---|---|
CategoryService.CategoryDisplay()
|
Method Summary | |
---|---|
boolean |
getAssigned()
Return true if Document is linked to this Category |
Category |
getCategory()
Get the Category object |
int |
getCountLinkedDocuments()
Get the number of linked documents |
java.lang.String |
getIconUrl()
Get the icon url |
void |
setAssigned(boolean bAssigned)
Set the assigned value (true if document is linked to this Category) |
void |
setCategory(Category category)
Set the Category object |
void |
setCountLinkedDocuments(int nCountLinkedDocuments)
Set the number of linked documents |
void |
setIconUrl(java.lang.String strIconUrl)
Set the icon url |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CategoryService.CategoryDisplay()
Method Detail |
---|
public Category getCategory()
public void setCategory(Category category)
category
- The Category object to setpublic int getCountLinkedDocuments()
public void setCountLinkedDocuments(int nCountLinkedDocuments)
nCountLinkedDocuments
- The number of linked documentspublic java.lang.String getIconUrl()
public void setIconUrl(java.lang.String strIconUrl)
strIconUrl
- The url to setpublic boolean getAssigned()
public void setAssigned(boolean bAssigned)
bAssigned
- true if document if assigned
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |