issrg.utils.handler
Class PermisCalendar

java.lang.Object
  extended by issrg.utils.handler.PermisCalendar

public class PermisCalendar
extends java.lang.Object

Author:
Linying Su

Constructor Summary
PermisCalendar(java.lang.String dateIn)
          Creates a new instance of PermisCalender
 
Method Summary
 int getDay()
           
 int getHour()
           
 int getMinute()
           
 int getMonth()
           
 int getSecond()
           
 int getYear()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PermisCalendar

public PermisCalendar(java.lang.String dateIn)
Creates a new instance of PermisCalender

Method Detail

getYear

public int getYear()

getMonth

public int getMonth()

getDay

public int getDay()

getHour

public int getHour()

getMinute

public int getMinute()

getSecond

public int getSecond()

main

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