com.anet.api
Class ARBDriversLicense

java.lang.Object
  extended by com.anet.api.ARBDriversLicense

public class ARBDriversLicense
extends java.lang.Object

Defines an Automated Recurring Billing Drivers License


Field Summary
static java.lang.String LICENSE_DATE_FORMAT
          BirthDate template
 
Constructor Summary
ARBDriversLicense()
          Constructor
 
Method Summary
 java.util.Date getBirthDate()
           
 java.lang.String getNumber()
           
 java.lang.String getState()
           
 void setBirthDate(java.util.Date birthDate)
           
 void setBirthDate(java.lang.String birthDate)
           
 void setNumber(java.lang.String number)
           
 void setState(java.lang.String state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LICENSE_DATE_FORMAT

public static java.lang.String LICENSE_DATE_FORMAT
BirthDate template

Constructor Detail

ARBDriversLicense

public ARBDriversLicense()
Constructor

Method Detail

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.