|
||||||||||
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 | |
---|---|
java.lang.String |
getDescription()
get the description |
java.lang.Integer |
getTestNumber()
get the test number |
java.lang.String |
getType()
get the type |
void |
setDescription(java.lang.String description)
set the description |
void |
setTestNumber(java.lang.Integer testNumber)
set the test number |
void |
setType(java.lang.String type)
set the type |
java.lang.String |
toString()
to string |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Test()
Method Detail |
---|
public java.lang.Integer getTestNumber()
public void setTestNumber(java.lang.Integer testNumber)
testNumber
- the test numberpublic java.lang.String getType()
public void setType(java.lang.String type)
type
- the typepublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the descriptionpublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |