Uses of Class
org.teleal.cling.support.model.PersonWithRole

Packages that use PersonWithRole
org.teleal.cling.support.model   
org.teleal.cling.support.model.container   
org.teleal.cling.support.model.item   
 

Uses of PersonWithRole in org.teleal.cling.support.model
 

Constructors in org.teleal.cling.support.model with parameters of type PersonWithRole
DIDLObject.Property.PropertyPersonWithRole(PersonWithRole value, String descriptorName)
           
DIDLObject.Property.UPNP.ACTOR(PersonWithRole value)
           
DIDLObject.Property.UPNP.ARTIST(PersonWithRole value)
           
DIDLObject.Property.UPNP.AUTHOR(PersonWithRole value)
           
 

Uses of PersonWithRole in org.teleal.cling.support.model.container
 

Methods in org.teleal.cling.support.model.container that return PersonWithRole
 PersonWithRole[] PlaylistContainer.getArtists()
           
 PersonWithRole[] MusicAlbum.getArtists()
           
 PersonWithRole PlaylistContainer.getFirstArtist()
           
 PersonWithRole MusicAlbum.getFirstArtist()
           
 

Methods in org.teleal.cling.support.model.container with parameters of type PersonWithRole
 PlaylistContainer PlaylistContainer.setArtists(PersonWithRole[] artists)
           
 MusicAlbum MusicAlbum.setArtists(PersonWithRole[] artists)
           
 

Uses of PersonWithRole in org.teleal.cling.support.model.item
 

Methods in org.teleal.cling.support.model.item that return PersonWithRole
 PersonWithRole[] VideoItem.getActors()
           
 PersonWithRole[] PlaylistItem.getArtists()
           
 PersonWithRole[] MusicVideoClip.getArtists()
           
 PersonWithRole[] MusicTrack.getArtists()
           
 PersonWithRole[] TextItem.getAuthors()
           
 PersonWithRole VideoItem.getFirstActor()
           
 PersonWithRole PlaylistItem.getFirstArtist()
           
 PersonWithRole MusicVideoClip.getFirstArtist()
           
 PersonWithRole MusicTrack.getFirstArtist()
           
 PersonWithRole TextItem.getFirstAuthor()
           
 

Methods in org.teleal.cling.support.model.item with parameters of type PersonWithRole
 VideoItem VideoItem.setActors(PersonWithRole[] persons)
           
 PlaylistItem PlaylistItem.setArtists(PersonWithRole[] artists)
           
 MusicVideoClip MusicVideoClip.setArtists(PersonWithRole[] artists)
           
 MusicTrack MusicTrack.setArtists(PersonWithRole[] artists)
           
 TextItem TextItem.setAuthors(PersonWithRole[] persons)
           
 

Constructors in org.teleal.cling.support.model.item with parameters of type PersonWithRole
MusicTrack(String id, Container parent, String title, String creator, String album, PersonWithRole artist, Res... resource)
           
MusicTrack(String id, String parentID, String title, String creator, String album, PersonWithRole artist, Res... resource)
           
 



Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.