public class IdentityAttribute extends Object implements Serializable
Constructor and Description |
---|
IdentityAttribute() |
Modifier and Type | Method and Description |
---|---|
AttributeKey |
getAttributeKey()
Returns the AttributeKey
|
AttributeCertificate |
getCertificate()
Returns the Certificate
|
fr.paris.lutece.portal.business.file.File |
getFile() |
int |
getIdCertificate()
Returns the IdCertification
|
int |
getIdIdentity()
Returns the IdIdentity
|
String |
getLastUpdateApplicationCode() |
Timestamp |
getLastUpdateDate() |
fr.paris.lutece.plugins.identitystore.web.rs.dto.AttributeStatusDto |
getStatus() |
String |
getValue()
Returns the value
|
void |
setAttributeKey(AttributeKey attributeKey)
Sets the AttributeKey
|
void |
setCertificate(AttributeCertificate certificate)
Sets the Certificate
|
void |
setFile(fr.paris.lutece.portal.business.file.File file) |
void |
setIdCertificate(int nIdCertificate)
Sets the IdCertification
|
void |
setIdIdentity(int nIdIdentity)
Sets the IdIdentity
|
void |
setLastUpdateApplicationCode(String strLastUpdateApplicationCode) |
void |
setLastUpdateDate(Timestamp dateLastUpdate) |
void |
setStatus(fr.paris.lutece.plugins.identitystore.web.rs.dto.AttributeStatusDto status) |
void |
setValue(String strValue)
Sets the value
|
public int getIdIdentity()
public void setIdIdentity(int nIdIdentity)
nIdIdentity
- The IdIdentitypublic AttributeKey getAttributeKey()
public void setAttributeKey(AttributeKey attributeKey)
attributeKey
- The AttributeKeypublic String getValue()
public void setValue(String strValue)
strValue
- The valuepublic int getIdCertificate()
public void setIdCertificate(int nIdCertificate)
nIdCertificate
- The IdCertificationpublic fr.paris.lutece.portal.business.file.File getFile()
public void setFile(fr.paris.lutece.portal.business.file.File file)
file
- the file to setpublic AttributeCertificate getCertificate()
public void setCertificate(AttributeCertificate certificate)
certificate
- The certificatepublic Timestamp getLastUpdateDate()
public void setLastUpdateDate(Timestamp dateLastUpdate)
dateLastUpdate
- the _dateLastUpdate to setpublic String getLastUpdateApplicationCode()
public void setLastUpdateApplicationCode(String strLastUpdateApplicationCode)
strLastUpdateApplicationCode
- the lastUpdateApplicationCode to setpublic fr.paris.lutece.plugins.identitystore.web.rs.dto.AttributeStatusDto getStatus()
public void setStatus(fr.paris.lutece.plugins.identitystore.web.rs.dto.AttributeStatusDto status)
status
- the status to set for WS responseCopyright © 2018 City of Paris. All rights reserved.