unlekker.util
Class ExpiryDate

java.lang.Object
  extended by unlekker.util.ExpiryDate

public class ExpiryDate
extends java.lang.Object

Provides an easy way to build an expiry date into an application. Useful when you send work out to exhibitions and you don't want people to keep "live" copies.

Author:
Marius Watz

Field Summary
 boolean expired
           
 
Constructor Summary
ExpiryDate(int year, int month, int day)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expired

public boolean expired
Constructor Detail

ExpiryDate

public ExpiryDate(int year,
                  int month,
                  int day)