|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.messaging.common.consumer.Test
public class Test
Class that Models a Test
Constructor Summary | |
---|---|
Test()
|
Method Summary | |
---|---|
String |
getDescription()
get the description |
Integer |
getTestNumber()
get the test number |
String |
getType()
get the type |
void |
setDescription(String description)
set the description |
void |
setTestNumber(Integer testNumber)
set the test number |
void |
setType(String type)
set the type |
String |
toString()
to string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Test()
Method Detail |
---|
public Integer getTestNumber()
public void setTestNumber(Integer testNumber)
testNumber
- the test numberpublic String getType()
public void setType(String type)
type
- the typepublic String getDescription()
public void setDescription(String description)
description
- the descriptionpublic String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |