Media Authoring
with Java API

tv.amwa.maj.entity.item
Class Item

java.lang.Object
  extended by tv.amwa.maj.entity.item.Item
Direct Known Subclasses:
AUIDItem, ListItem, NameItem

public abstract class Item
extends Object


Constructor Summary
Item()
           
 
Method Summary
 boolean equals(Object o)
           
abstract  Object getItem()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Item

public Item()
Method Detail

getItem

public abstract Object getItem()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

Media Authoring
with Java API

(c) 2007-2008 Richard Cartwright, all rights reserved. Subject to the terms of the AAF SDK Public Source License.