com.cloudcontrolled.api.model
Class BillingAccount

java.lang.Object
  extended by com.cloudcontrolled.api.model.AbstractModel
      extended by com.cloudcontrolled.api.model.BillingAccount

public class BillingAccount
extends AbstractModel

The billing account object contains informations about the recipient of the current invoices.

Author:
Denis Neuling (denisneuling@gmail.com)

Constructor Summary
BillingAccount()
           Constructor for BillingAccount.
 
Method Summary
 String getAddress_line_1()
           Getter for the field address_line_1.
 String getAddress_line_2()
           Getter for the field address_line_2.
 String getCity()
           Getter for the field city.
 String getCompany()
           Getter for the field company.
 Country getCountry()
           Getter for the field country.
 String getDate_created()
           Getter for the field date_created.
 String getDate_modified()
           Getter for the field date_modified.
 String getEmail()
           Getter for the field email.
 String getFirstname()
           Getter for the field firstname.
 String getLastname()
           Getter for the field lastname.
 String getName()
           Getter for the field name.
 String getPostal_code()
           Getter for the field postal_code.
 String getSalutation()
           Getter for the field salutation.
 SupportPlan getSupport_plan()
           Getter for the field support_plan.
 String getTax_number()
           Getter for the field tax_number.
 String getTitle()
           Getter for the field title.
 User getUser()
           Getter for the field user.
 void setAddress_line_1(String address_line_1)
           Setter for the field address_line_1.
 void setAddress_line_2(String address_line_2)
           Setter for the field address_line_2.
 void setCity(String city)
           Setter for the field city.
 void setCompany(String company)
           Setter for the field company.
 void setCountry(Country country)
           Setter for the field country.
 void setDate_created(String date_created)
           Setter for the field date_created.
 void setDate_modified(String date_modified)
           Setter for the field date_modified.
 void setEmail(String email)
           Setter for the field email.
 void setFirstname(String firstname)
           Setter for the field firstname.
 void setLastname(String lastname)
           Setter for the field lastname.
 void setName(String name)
           Setter for the field name.
 void setPostal_code(String postal_code)
           Setter for the field postal_code.
 void setSalutation(String salutation)
           Setter for the field salutation.
 void setSupport_plan(SupportPlan support_plan)
           Setter for the field support_plan.
 void setTax_number(String tax_number)
           Setter for the field tax_number.
 void setTitle(String title)
           Setter for the field title.
 void setUser(User user)
           Setter for the field user.
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BillingAccount

public BillingAccount()

Constructor for BillingAccount.

Method Detail

getDate_created

public String getDate_created()

Getter for the field date_created.

Returns:
a String object.

setDate_created

public void setDate_created(String date_created)

Setter for the field date_created.

Parameters:
date_created - a String object.

getCountry

public Country getCountry()

Getter for the field country.

Returns:
a Country object.

setCountry

public void setCountry(Country country)

Setter for the field country.

Parameters:
country - a Country object.

getCompany

public String getCompany()

Getter for the field company.

Returns:
a String object.

setCompany

public void setCompany(String company)

Setter for the field company.

Parameters:
company - a String object.

getEmail

public String getEmail()

Getter for the field email.

Returns:
a String object.

setEmail

public void setEmail(String email)

Setter for the field email.

Parameters:
email - a String object.

getAddress_line_2

public String getAddress_line_2()

Getter for the field address_line_2.

Returns:
a String object.

setAddress_line_2

public void setAddress_line_2(String address_line_2)

Setter for the field address_line_2.

Parameters:
address_line_2 - a String object.

getAddress_line_1

public String getAddress_line_1()

Getter for the field address_line_1.

Returns:
a String object.

setAddress_line_1

public void setAddress_line_1(String address_line_1)

Setter for the field address_line_1.

Parameters:
address_line_1 - a String object.

getCity

public String getCity()

Getter for the field city.

Returns:
a String object.

setCity

public void setCity(String city)

Setter for the field city.

Parameters:
city - a String object.

getSupport_plan

public SupportPlan getSupport_plan()

Getter for the field support_plan.

Returns:
a SupportPlan object.

setSupport_plan

public void setSupport_plan(SupportPlan support_plan)

Setter for the field support_plan.

Parameters:
support_plan - a SupportPlan object.

getName

public String getName()

Getter for the field name.

Returns:
a String object.

setName

public void setName(String name)

Setter for the field name.

Parameters:
name - a String object.

getLastname

public String getLastname()

Getter for the field lastname.

Returns:
a String object.

setLastname

public void setLastname(String lastname)

Setter for the field lastname.

Parameters:
lastname - a String object.

getSalutation

public String getSalutation()

Getter for the field salutation.

Returns:
a String object.

setSalutation

public void setSalutation(String salutation)

Setter for the field salutation.

Parameters:
salutation - a String object.

getTax_number

public String getTax_number()

Getter for the field tax_number.

Returns:
a String object.

setTax_number

public void setTax_number(String tax_number)

Setter for the field tax_number.

Parameters:
tax_number - a String object.

getDate_modified

public String getDate_modified()

Getter for the field date_modified.

Returns:
a String object.

setDate_modified

public void setDate_modified(String date_modified)

Setter for the field date_modified.

Parameters:
date_modified - a String object.

getUser

public User getUser()

Getter for the field user.

Returns:
a User object.

setUser

public void setUser(User user)

Setter for the field user.

Parameters:
user - a User object.

getPostal_code

public String getPostal_code()

Getter for the field postal_code.

Returns:
a String object.

setPostal_code

public void setPostal_code(String postal_code)

Setter for the field postal_code.

Parameters:
postal_code - a String object.

getTitle

public String getTitle()

Getter for the field title.

Returns:
a String object.

setTitle

public void setTitle(String title)

Setter for the field title.

Parameters:
title - a String object.

getFirstname

public String getFirstname()

Getter for the field firstname.

Returns:
a String object.

setFirstname

public void setFirstname(String firstname)

Setter for the field firstname.

Parameters:
firstname - a String object.

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.