public class Category extends Object implements fr.paris.lutece.portal.service.rbac.RBACResource
Modifier and Type | Field and Description |
---|---|
static String |
RESOURCE_TYPE
Form category resource type
|
Constructor and Description |
---|
Category() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getColor() |
int |
getIdCategory() |
String |
getResourceId() |
String |
getResourceTypeCode() |
String |
getTitle() |
int |
hashCode() |
void |
setColor(String strColor) |
void |
setIdCategory(int idCategory)
set the id of the category
|
void |
setTitle(String title)
set the title of the category
|
public static final String RESOURCE_TYPE
public int getIdCategory()
public void setIdCategory(int idCategory)
idCategory
- the id of the categorypublic String getTitle()
public void setTitle(String title)
title
- the title of the categorypublic boolean equals(Object obj)
public String getResourceTypeCode()
getResourceTypeCode
in interface fr.paris.lutece.portal.service.rbac.RBACResource
public String getResourceId()
getResourceId
in interface fr.paris.lutece.portal.service.rbac.RBACResource
public void setColor(String strColor)
strColor
- the _strColor to setpublic String getColor()
Copyright © 2016 City of Paris. All rights reserved.