A Item wrapper for files in a filesystem.
3.0
Inheritance Path. java.lang.Object-> com.itmill.toolkit.data.util.FilesystemContainer.FileItem
Filesystem container does not support adding new properties.
Parameters
id
identifier of the Property to get
the Property with the given ID or
null
Gets the Property corresponding to the given Property ID stored in
the Item. If the Item does not contain the Property,
null
is returned.
Parameters
unmodifiable collection containing IDs of the Properties stored the Item
Gets the collection of IDs of all Properties stored in the Item.
removeItemProperty(java.lang.Object)
Filesystem container does not support removing properties.