Class Date
java.lang.Object
com.gemalto.mfs.mwsdk.payment.engine.Date
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Date
public Date(int year, int month, int day) -
Date
public Date()
-
-
Method Details
-
getYear
public int getYear() -
setYear
public void setYear(int year) -
getDay
public int getDay() -
setDay
public void setDay(int day) -
getMonth
public int getMonth() -
setMonth
public void setMonth(int month) -
isValid
public boolean isValid() -
getDateAsByteArray
public byte[] getDateAsByteArray()
-