util.fun
Class Fortune

java.lang.Object
  extended by util.fun.Fortune

public class Fortune
extends java.lang.Object

Sprücheklopfer

Author:
Thorsten Berger

Method Summary
 java.lang.String getFortune()
           
static Fortune getInstance()
           
 boolean haveFortunes()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Fortune getInstance()

haveFortunes

public boolean haveFortunes()

getFortune

public java.lang.String getFortune()

main

public static void main(java.lang.String[] args)