com.networkcar.webservices
Class NetworkcarDate
java.lang.Object
com.networkcar.webservices.NetworkcarDate
public class NetworkcarDate
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NetworkcarDate
public NetworkcarDate()
getDay
public int getDay()
setDay
public void setDay(int day)
getHour
public int getHour()
setHour
public void setHour(int hour)
getMinute
public int getMinute()
setMinute
public void setMinute(int minute)
getMonth
public int getMonth()
setMonth
public void setMonth(int month)
getSecond
public int getSecond()
setSecond
public void setSecond(int second)
getTimeZone
public java.lang.String getTimeZone()
setTimeZone
public void setTimeZone(java.lang.String timeZone)
getTzOffsetHours
public int getTzOffsetHours()
setTzOffsetHours
public void setTzOffsetHours(int tzOffsetHours)
getUtf
public java.lang.String getUtf()
setUtf
public void setUtf(java.lang.String utf)
getYear
public int getYear()
setYear
public void setYear(int year)