com.cloudcontrolled.api.model
Class SupportPlan

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

public class SupportPlan
extends AbstractModel

The support plan object contains pricing informations about the plan you had chosen before.

Author:
Denis Neuling (denisneuling@gmail.com)

Constructor Summary
SupportPlan()
           Constructor for SupportPlan.
 
Method Summary
 String getName()
           Getter for the field name.
 double getThirtyDaysPrice()
           getThirtyDaysPrice.
 void setName(String name)
           Setter for the field name.
 void setThirtyDaysPrice(double thirty_days_price)
           setThirtyDaysPrice.
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SupportPlan

public SupportPlan()

Constructor for SupportPlan.

Method Detail

getName

public String getName()

Getter for the field name.

Returns:
name the name of the concerning support plan

setName

public void setName(String name)

Setter for the field name.

Parameters:
name - the name to set

getThirtyDaysPrice

public double getThirtyDaysPrice()

getThirtyDaysPrice.

Returns:
thirtyDaysPrice the price of 30 days for that support plan

setThirtyDaysPrice

public void setThirtyDaysPrice(double thirty_days_price)

setThirtyDaysPrice.

Parameters:
thirty_days_price - the price of 30 days support to set

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.