Class Date
- java.lang.Object
-
- com.gemalto.mfs.mwsdk.payment.engine.Date
-
public class Date extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getDateAsByteArray()
int
getDay()
int
getMonth()
int
getYear()
boolean
isValid()
void
setDay(int day)
void
setMonth(int month)
void
setYear(int year)
-
-
-
Method Detail
-
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()
-
-