org.gcube.messaging.common.consumer
Class Test

java.lang.Object
  extended by org.gcube.messaging.common.consumer.Test
All Implemented Interfaces:
java.io.Serializable

public class Test
extends java.lang.Object
implements java.io.Serializable

Class that Models a Test

Author:
Andrea Manzi(CERN)
See Also:
Serialized Form

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

Test

public Test()
Method Detail

getTestNumber

public java.lang.Integer getTestNumber()
get the test number

Returns:
the test number

setTestNumber

public void setTestNumber(java.lang.Integer testNumber)
set the test number

Parameters:
testNumber - the test number

getType

public java.lang.String getType()
get the type

Returns:
the type

setType

public void setType(java.lang.String type)
set the type

Parameters:
type - the type

getDescription

public java.lang.String getDescription()
get the description

Returns:
the description

setDescription

public void setDescription(java.lang.String description)
set the description

Parameters:
description - the description

toString

public java.lang.String toString()
to string

Overrides:
toString in class java.lang.Object