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