public class DemandTypeAction extends Object implements Serializable, fr.paris.lutece.portal.service.rbac.RBACResource
Modifier and Type | Field and Description |
---|---|
static String |
PERMISSION_ACCESS |
static String |
RESOURCE_TYPE |
Constructor and Description |
---|
DemandTypeAction() |
Modifier and Type | Method and Description |
---|---|
String |
getDemandType()
Returns the DemandType
|
int |
getId()
Returns the Id
|
int |
getIdDemandType()
Returns the IdDemandType
|
String |
getLabel()
Returns the ActionLabel
|
String |
getLink()
Returns the ActionLink
|
String |
getResourceId() |
String |
getResourceTypeCode() |
void |
setDemandType(String strDemandType)
Sets the DemandType
|
void |
setId(int nId)
Sets the Id
|
void |
setIdDemandType(int nIdDemandType)
Sets the IdDemandType
|
void |
setLabel(String strActionLabel)
Sets the ActionLabel
|
void |
setLink(String strActionLink)
Sets the ActionLink
|
public static final String RESOURCE_TYPE
public static final String PERMISSION_ACCESS
public int getId()
public void setId(int nId)
nId
- The Idpublic String getLink()
public void setLink(String strActionLink)
strActionLink
- The ActionLinkpublic String getLabel()
public void setLabel(String strActionLabel)
strActionLabel
- The ActionLabelpublic int getIdDemandType()
public void setIdDemandType(int nIdDemandType)
nIdDemandType
- The IdDemandTypepublic String getDemandType()
public void setDemandType(String strDemandType)
strDemandType
- The DemandTypepublic 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
Copyright © 2016 City of Paris. All rights reserved.