Class FilesystemContainer.FileItem

A Item wrapper for files in a filesystem.

Synopsis

Since

3.0

Inheritance Path.  java.lang.Object-> com.itmill.toolkit.data.util.FilesystemContainer.FileItem

addItemProperty(Object, Property)

Filesystem container does not support adding new properties.

getItemProperty(Object)

Parameters

id

identifier of the Property to get

return

the Property with the given ID or null

Description copied from interface: getItemProperty

Gets the Property corresponding to the given Property ID stored in the Item. If the Item does not contain the Property, null is returned.

getItemPropertyIds()

Parameters

return

unmodifiable collection containing IDs of the Properties stored the Item

Description copied from interface: getItemPropertyIds

Gets the collection of IDs of all Properties stored in the Item.

removeItemProperty(Object)

Filesystem container does not support removing properties.

toString()

See Also
java.lang.Object.toString