org.xradar.test.b
Class B1

java.lang.Object
  extended by org.xradar.test.b.B1

public class B1
extends java.lang.Object

Class in the XRadar test application. This class should not reference anything else than external classes.

Author:
Kristoffer Kvam

Constructor Summary
B1(java.lang.String test)
          This is a test javadoc
 
Method Summary
 java.lang.String getTest()
          This is a test javadoc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

B1

public B1(java.lang.String test)
This is a test javadoc

Parameters:
test -
Method Detail

getTest

public java.lang.String getTest()
This is a test javadoc