uk.org.ury.library.item
Class LibraryItem

java.lang.Object
  extended by uk.org.ury.database.DatabaseItem<LibraryItemProperty,java.lang.String>
      extended by uk.org.ury.library.item.LibraryItem

public class LibraryItem
extends DatabaseItem<LibraryItemProperty,java.lang.String>

An item in the URY library.

Author:
Matt Windsor

Constructor Summary
LibraryItem(java.util.Map<LibraryItemProperty,java.lang.String> properties)
           
 
Method Summary
 
Methods inherited from class uk.org.ury.database.DatabaseItem
asResponse, get, has
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LibraryItem

public LibraryItem(java.util.Map<LibraryItemProperty,java.lang.String> properties)