|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.business.Category
public class Category
class category
Field Summary | |
---|---|
static java.lang.String |
RESOURCE_TYPE
|
Constructor Summary | |
---|---|
Category()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getColor()
|
int |
getIdCategory()
|
java.lang.String |
getResourceId()
RBAC resource implementation |
java.lang.String |
getResourceTypeCode()
RBAC resource implementation |
java.lang.String |
getTitle()
|
void |
setColor(java.lang.String strColor)
|
void |
setIdCategory(int idCategory)
set the id of the category |
void |
setTitle(java.lang.String title)
set the title of the category |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String RESOURCE_TYPE
Constructor Detail |
---|
public Category()
Method Detail |
---|
public int getIdCategory()
public void setIdCategory(int idCategory)
idCategory
- the id of the categorypublic java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- the title of the categorypublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the category to compare
public java.lang.String getResourceTypeCode()
getResourceTypeCode
in interface fr.paris.lutece.portal.service.rbac.RBACResource
public java.lang.String getResourceId()
getResourceId
in interface fr.paris.lutece.portal.service.rbac.RBACResource
public void setColor(java.lang.String strColor)
strColor
- the _strColor to setpublic java.lang.String getColor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |