|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinmuebles.util.Singleton
public class Singleton
Clase que carga datos y enumeraciones que permanecen constantes a lo largo de la ejecución.
Alternativa
Field Summary | |
---|---|
private static Singleton |
singleton
Objeto con la instancia única de este Singleton. |
Constructor Summary | |
---|---|
private |
Singleton()
Constructor del singleton. |
Method Summary | |
---|---|
java.util.List<Alternativa> |
getListaAlternativas()
Establece los valores constantes de las alternativas |
static Singleton |
getSingleton()
Devuelve la instancia única de este Singleton. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static Singleton singleton
Constructor Detail |
---|
private Singleton()
Method Detail |
---|
public static Singleton getSingleton()
public java.util.List<Alternativa> getListaAlternativas()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |