things.thinger.service.thing
Class ThingSpecification

java.lang.Object
  extended by things.thinger.service.thing.ThingSpecification

public class ThingSpecification
extends java.lang.Object

A Thing specification.

Version:
1.0

Version History

EPG - Initial - 20 AUG 07
 
Author:
Erich P. Gatejen

Field Summary
 ThingsPropertyView localProperties
           
 java.lang.String thingName
           
 
Constructor Summary
ThingSpecification(java.lang.String thingName, ThingsPropertyView localProperties)
          Construct a things specification.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

thingName

public java.lang.String thingName

localProperties

public ThingsPropertyView localProperties
Constructor Detail

ThingSpecification

public ThingSpecification(java.lang.String thingName,
                          ThingsPropertyView localProperties)
                   throws java.lang.Throwable
Construct a things specification.

Parameters:
thingName -
localProperties -
Throws:
java.lang.Throwable - if anything is null or the name is empty.


Things.