com.cloudcontrolled.api.model
Class Type

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

public class Type
extends AbstractModel

The type object contains the name of the language in which your software was produced.

Author:
Denis Neuling (denisneuling@gmail.com)

Constructor Summary
Type()
           Constructor for Type.
 
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

Type

public Type()

Constructor for Type.

Method Detail

getName

public String getName()

Getter for the field name.

Returns:
name the name to get.

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.