public class ClientApplication extends Object implements fr.paris.lutece.plugins.identitystore.business.IClientApplication, Serializable
Constructor and Description |
---|
ClientApplication() |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
int |
getId()
Returns the Id
|
boolean |
getIsAuthorizedDeleteValue() |
String |
getName()
Returns the Name
|
void |
setCode(String strCode)
Sets the Code
|
void |
setId(int nId)
Sets the Id
|
void |
setIsAuthorizedDeleteValue(boolean bIsAuthorizedDeleteValue) |
void |
setName(String strName)
Sets the Name
|
public int getId()
public void setId(int nId)
nId
- The Idpublic String getName()
public void setName(String strName)
strName
- The Namepublic String getCode()
getCode
in interface fr.paris.lutece.plugins.identitystore.business.IClientApplication
public void setCode(String strCode)
strCode
- The Codepublic boolean getIsAuthorizedDeleteValue()
public void setIsAuthorizedDeleteValue(boolean bIsAuthorizedDeleteValue)
bIsAuthorizedDeleteValue
- the isAuthorizedDeleteValue to setCopyright © 2018 City of Paris. All rights reserved.