things.thinger.service.command
Class CommandItem

java.lang.Object
  extended by things.thinger.service.command.CommandItem

public class CommandItem
extends java.lang.Object

A Command Item.

Version:
1.0

Version History

EPG - Initial - 12 FEB 06
 
Author:
Erich P. Gatejen

Field Summary
 Command.DataType myDataType
           
 Command.Occurrence myOccurence
           
 Command.Requirement myRequirement
           
 java.lang.String name
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

myRequirement

public Command.Requirement myRequirement

myOccurence

public Command.Occurrence myOccurence

myDataType

public Command.DataType myDataType


Things.