|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.sistematica.isharedoc.model.xml.mail.signature.dtd.Ruolo
public class Ruolo
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 |
---|
protected Denominazione denominazione
protected java.lang.String identificativo
protected Persona persona
Constructor Detail |
---|
public Ruolo()
Method Detail |
---|
public Denominazione getDenominazione()
Denominazione
public void setDenominazione(Denominazione value)
value
- allowed object is
Denominazione
public java.lang.String getIdentificativo()
String
public void setIdentificativo(java.lang.String value)
value
- allowed object is
String
public Persona getPersona()
Persona
public void setPersona(Persona value)
value
- allowed object is
Persona
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |