7.0 Action Request System Java API

com.remedy.arsys.api
Class LicenseDateInfo

java.lang.Object
  extended bycom.remedy.arsys.api.LicenseDateInfo
All Implemented Interfaces:
java.lang.Cloneable

public class LicenseDateInfo
extends java.lang.Object
implements java.lang.Cloneable

The LicenseDateInfo class represents information used for license dates.


Constructor Summary
LicenseDateInfo()
          Default constructor
LicenseDateInfo(int month, int day, int year)
          Accepts string.
 
Method Summary
 java.lang.Object clone()
          Makes a copy of the object.
 int getDay()
          Returns day of license.
 int getMonth()
          Returns month of license.
 int getYear()
          Returns year of license.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LicenseDateInfo

public LicenseDateInfo()
Default constructor


LicenseDateInfo

public LicenseDateInfo(int month,
                       int day,
                       int year)
Accepts string.

Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Makes a copy of the object.

Throws:
java.lang.CloneNotSupportedException

getMonth

public int getMonth()
Returns month of license. Use 0 to 11, with 0 meaning January.


getDay

public int getDay()
Returns day of license. Use 1 to 31, with 0 meaning 1st day of month.


getYear

public int getYear()
Returns year of license. This is the year - 1900. Value is >= 70. Jan-01-70 (0-1-70) is the default time.


7.0 Action Request System Java API