edu.washington.cs.rfid.data
Class ObjectTypeMetadata

java.lang.Object
  extended by edu.washington.cs.rfid.data.ObjectTypeMetadata
All Implemented Interfaces:
java.io.Serializable

public class ObjectTypeMetadata
extends java.lang.Object
implements java.io.Serializable

The memory resident representation of object type metadata.

Author:
Evan
See Also:
Serialized Form

Field Summary
 java.lang.String description
           
 int typeID
           
 
Constructor Summary
ObjectTypeMetadata()
          Creates a new ObjectTypeMetadata with default parameters.
ObjectTypeMetadata(int typeID, java.lang.String description)
          Creates an ObjectTypeMetadata with the specified parameters.
 
Method Summary
 java.lang.String toString()
          Returns a String representing this ObjectTypeMetadata.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

typeID

public int typeID

description

public java.lang.String description
Constructor Detail

ObjectTypeMetadata

public ObjectTypeMetadata()
Creates a new ObjectTypeMetadata with default parameters.


ObjectTypeMetadata

public ObjectTypeMetadata(int typeID,
                          java.lang.String description)
Creates an ObjectTypeMetadata with the specified parameters.

Parameters:
typeID - The ID of the object type
description - A description of the object type
Method Detail

toString

public java.lang.String toString()
Returns a String representing this ObjectTypeMetadata.

Overrides:
toString in class java.lang.Object
Returns:
A String representing this ObjectTypeMetadata.