it.sistematica.isharedoc.model.xml.mail.signature.dtd
Class Ruolo

java.lang.Object
  extended by it.sistematica.isharedoc.model.xml.mail.signature.dtd.Ruolo

public class Ruolo
extends java.lang.Object


Field Summary
protected  Denominazione denominazione
           
protected  java.lang.String identificativo
           
protected  Persona persona
           
 
Constructor Summary
Ruolo()
           
 
Method Summary
 Denominazione getDenominazione()
          Gets the value of the denominazione property.
 java.lang.String getIdentificativo()
          Gets the value of the identificativo property.
 Persona getPersona()
          Gets the value of the persona property.
 void setDenominazione(Denominazione value)
          Sets the value of the denominazione property.
 void setIdentificativo(java.lang.String value)
          Sets the value of the identificativo property.
 void setPersona(Persona value)
          Sets the value of the persona property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

denominazione

protected Denominazione denominazione

identificativo

protected java.lang.String identificativo

persona

protected Persona persona
Constructor Detail

Ruolo

public Ruolo()
Method Detail

getDenominazione

public Denominazione getDenominazione()
Gets the value of the denominazione property.

Returns:
possible object is Denominazione

setDenominazione

public void setDenominazione(Denominazione value)
Sets the value of the denominazione property.

Parameters:
value - allowed object is Denominazione

getIdentificativo

public java.lang.String getIdentificativo()
Gets the value of the identificativo property.

Returns:
possible object is String

setIdentificativo

public void setIdentificativo(java.lang.String value)
Sets the value of the identificativo property.

Parameters:
value - allowed object is String

getPersona

public Persona getPersona()
Gets the value of the persona property.

Returns:
possible object is Persona

setPersona

public void setPersona(Persona value)
Sets the value of the persona property.

Parameters:
value - allowed object is Persona