Media Authoring
with Java API

tv.amwa.maj.entity.item
Class NameItem

java.lang.Object
  extended by tv.amwa.maj.entity.item.Item
      extended by tv.amwa.maj.entity.item.NameItem

public class NameItem
extends Item


Constructor Summary
NameItem(String name)
           
 
Method Summary
 Object getItem()
           
 String getName()
           
 void setName(String name)
           
 
Methods inherited from class tv.amwa.maj.entity.item.Item
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NameItem

public NameItem(String name)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getItem

public Object getItem()
Specified by:
getItem in class Item

Media Authoring
with Java API

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