edu.washington.cs.rfid.data
Class ObjectTypeMetadata
java.lang.Object
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
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 |
typeID
public int typeID
description
public java.lang.String description
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 typedescription
- A description of the object type
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
.