|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cloudcontrolled.api.model.AbstractModel
com.cloudcontrolled.api.model.Type
public class Type
The type object contains the name of the language in which your software was produced.
| 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 |
|---|
public Type()
Constructor for Type.
| Method Detail |
|---|
public String getName()
Getter for the field name.
public void setName(String name)
Setter for the field name.
name - the name to set.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||