public class ElementoCache extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
subjectDN |
private long |
tempoInserimento |
| Constructor and Description |
|---|
ElementoCache() |
ElementoCache(String dn,
long millis) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSubjectDN() |
long |
getTempoInserimento() |
void |
setSubjectDN(String subjectDN) |
void |
setTempoInserimento(long inserimento) |
private String subjectDN
private long tempoInserimento
public ElementoCache()
public ElementoCache(String dn, long millis)
public String getSubjectDN()
public void setSubjectDN(String subjectDN)
subjectDN - the subjectDN to setpublic long getTempoInserimento()
public void setTempoInserimento(long inserimento)
inserimento - the inserimento to set