agentland.device.intelliCD
Interface SongContainerElement

All Known Implementing Classes:
SongContainer, Song

public interface SongContainerElement


Method Summary
 SongContainerElement copyParentTree()
           
 SongContainerElement copySubtree()
           
 long getID()
           
 String getName()
           
 SongContainer getParent()
           
 String iconName()
           
 SongContainerElement lightweightCopy()
           
 void setParent(SongContainer elt)
           
 

Method Detail

getID

public long getID()

getParent

public SongContainer getParent()

setParent

public void setParent(SongContainer elt)

getName

public String getName()

iconName

public String iconName()

copyParentTree

public SongContainerElement copyParentTree()

lightweightCopy

public SongContainerElement lightweightCopy()

copySubtree

public SongContainerElement copySubtree()