org.troublescope
Class Input

java.lang.Object
  |
  +--org.troublescope.Input

public class Input
extends java.lang.Object

Input into the system.


Constructor Summary
Input()
           
 
Method Summary
 java.lang.String getName()
          Returns the name.
 java.lang.String getType()
          Returns the type of input.
 void setName(java.lang.String aName)
          Sets the name.
 void setType(java.lang.String aType)
          Sets the type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Input

public Input()
Method Detail

getType

public java.lang.String getType()
Returns the type of input.

setType

public void setType(java.lang.String aType)
Sets the type.

getName

public java.lang.String getName()
Returns the name.

setName

public void setName(java.lang.String aName)
Sets the name.


Copyright © 2002-2002 TroubleScope. All Rights Reserved.