com.anet.api
Class ARBDriversLicense
java.lang.Object
com.anet.api.ARBDriversLicense
public class ARBDriversLicense
- extends java.lang.Object
Defines an Automated Recurring Billing Drivers License
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LICENSE_DATE_FORMAT
public static java.lang.String LICENSE_DATE_FORMAT
- BirthDate template
ARBDriversLicense
public ARBDriversLicense()
- Constructor
getNumber
public java.lang.String getNumber()
- Returns:
- the number
setNumber
public void setNumber(java.lang.String number)
- Parameters:
number
- the number to set
getState
public java.lang.String getState()
- Returns:
- the state
setState
public void setState(java.lang.String state)
- Parameters:
state
- the state to set
getBirthDate
public java.util.Date getBirthDate()
- Returns:
- the birthDate
setBirthDate
public void setBirthDate(java.util.Date birthDate)
- Parameters:
birthDate
- the birthDate to set
setBirthDate
public void setBirthDate(java.lang.String birthDate)
- Parameters:
birthDate
- the birthDate to set in string format using the template yyyy-MM-dd
Copyright © 2011 DS Data Systems UK Ltd.