Package org.codehaus.cargo.simple
Class SimpleClass
- java.lang.Object
-
- org.codehaus.cargo.simple.SimpleClass
-
public class SimpleClass extends Object
Simple class which holds a String message. We use this in our test Servlet used to verify that extra / shared classpath is present.
-
-
Constructor Summary
Constructors Constructor Description SimpleClass()
Empty constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
void
setMessage(String message)
-