uk.org.ury.show.item
Class ShowItem

java.lang.Object
  extended by uk.org.ury.database.DatabaseItem<ShowItemProperty,java.lang.String>
      extended by uk.org.ury.show.item.ShowItem

public class ShowItem
extends DatabaseItem<ShowItemProperty,java.lang.String>

An item in the show database.

Author:
Matt Windsor

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

Constructor Detail

ShowItem

public ShowItem(java.util.Map<ShowItemProperty,java.lang.String> properties)
Construct a new ShowItem.

Parameters:
properties - The map of properties to store in the show item.
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
a string representation of the ShowItem.