|
YAACC - UPNP Client and Server
|
Lightweight Item wrapper that avoids Cling Property overhead. More...


Public Member Functions | |
| YaaccItem (String id, String parentId, String title, String creator, boolean restricted, String clazz) | |
| String | getId () |
| String | getParentId () |
| String | getTitle () |
| String | getCreator () |
| boolean | isRestricted () |
| String | getClazz () |
| List< YaaccRes > | getResources () |
| void | addResource (YaaccRes res) |
| Item | toClingItem () |
| Convert to Cling Item for UPnP serialization. | |
Static Public Member Functions | |
| static YaaccItem | fromClingItem (Item item) |
| Create from Cling Item. | |
Protected Attributes | |
| List< YaaccRes > | resources = new ArrayList<>() |
Lightweight Item wrapper that avoids Cling Property overhead.
Converts to Cling Item only when needed for serialization.
| Item de.yaacc.upnp.model.YaaccItem.toClingItem | ( | ) |
Convert to Cling Item for UPnP serialization.
Reimplemented in de.yaacc.upnp.model.YaaccMusicTrack, and de.yaacc.upnp.model.YaaccPhoto.