Uses of Class
edu.washington.cs.rfid.data.ObjectMetadata

Packages that use ObjectMetadata
edu.washington.cs.rfid.data.db   
 

Uses of ObjectMetadata in edu.washington.cs.rfid.data.db
 

Methods in edu.washington.cs.rfid.data.db that return types with arguments of type ObjectMetadata
 java.util.Vector<ObjectMetadata> TagDataConnection.getObjectMetadataList(java.lang.String owner)
          Return the object metadata associated with the given owner, or all object metadata if the owner is null.
 java.util.Hashtable<java.lang.Integer,ObjectMetadata> TagDataConnection.getObjectMetadataTable()
          Return the object metadata associated with a given objectID
 

Methods in edu.washington.cs.rfid.data.db with parameters of type ObjectMetadata
 boolean TagDataConnection.insertObjectMetadata(ObjectMetadata om)
          Inserts the object metadata for a particular tag.
 void TagDataConnectionListener.objectMetadataUpdate(ObjectMetadata d, TagDataConnectionListener.UpdateType t)
           
 boolean TagDataConnection.updateObjectMetadata(ObjectMetadata om)
          Updates object metadata for a particular tag with the given information.