com.cloudcontrolled.api.model
Class Stack

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

public class Stack
extends AbstractModel

The stack object contains the name of the software stack which is associated to your deployment.

Author:
Denis Neuling (denisneuling@gmail.com)

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

Constructor Detail

Stack

public Stack()

Constructor for Stack.

Method Detail

getName

public String getName()

Getter for the field name.

Returns:
name the name of the concerning stack

setName

public void setName(String name)

Setter for the field name.

Parameters:
name - the name to set

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.