it.svimservice.nsisr.web.condivisi.ws.vo
Class AttributiAutorizzativi
java.lang.Object
it.svimservice.nsisr.web.condivisi.ws.vo.AttributiAutorizzativi
public class AttributiAutorizzativi
- extends java.lang.Object
Contiene gli attributi di autorizzazione.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
identificativoUtente
@Facets(minLength=1L,
maxLength=16L)
private java.lang.String identificativoUtente
- Identificativo dell'utente.
ruoloIstituzionale
@Facets(minLength=1L,
maxLength=9L)
private java.lang.String ruoloIstituzionale
- Ruolo istituzionale dell'utente.
identificativoServizio
@Facets(minLength=1L,
maxLength=60L)
private java.lang.String identificativoServizio
- Identificativo del servizio.
AttributiAutorizzativi
public AttributiAutorizzativi()
getIdentificativoUtente
public java.lang.String getIdentificativoUtente()
setIdentificativoUtente
public void setIdentificativoUtente(java.lang.String identificativoUtente)
getRuoloIstituzionale
public java.lang.String getRuoloIstituzionale()
setRuoloIstituzionale
public void setRuoloIstituzionale(java.lang.String ruoloIstituzionale)
getIdentificativoServizio
public java.lang.String getIdentificativoServizio()
setIdentificativoServizio
public void setIdentificativoServizio(java.lang.String identificativoServizio)