com.cloudcontrolled.api.model
Class AddonAnonymous

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

public class AddonAnonymous
extends AbstractModel

The anonymous add-on object contains the name and the staging phase in which the available add-on currently is. It also contains some options you might use for your application.

Author:
Denis Neuling (denisneuling@gmail.com)

Constructor Summary
AddonAnonymous()
           Constructor for AddonAnonymous.
 
Method Summary
 AddonOption[] getAddonOptions()
           getAddonOptions.
 String getName()
           Getter for the field name.
 String getStage()
           Getter for the field stage.
 void setAddonOptions(AddonOption[] options)
           setAddonOptions.
 void setName(String name)
           Setter for the field name.
 void setStage(String stage)
           Setter for the field stage.
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AddonAnonymous

public AddonAnonymous()

Constructor for AddonAnonymous.

Method Detail

getName

public String getName()

Getter for the field name.

Returns:
name the name of the concerning addon

setName

public void setName(String name)

Setter for the field name.

Parameters:
name - the name to set

getStage

public String getStage()

Getter for the field stage.

Returns:
stage the staging phase in which the concerning add-on currently is

setStage

public void setStage(String stage)

Setter for the field stage.

Parameters:
stage - set the staging phase of the concerning add-on

getAddonOptions

public AddonOption[] getAddonOptions()

getAddonOptions.

Returns:
addonOption the add-on options of the concerning add-on

setAddonOptions

public void setAddonOptions(AddonOption[] options)

setAddonOptions.

Parameters:
options - the add-on options to set

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.