Interface FileLink
- All Superinterfaces:
Cloneable,net.anotheria.asg.data.DataObject,net.anotheria.util.sorter.IComparable
- All Known Implementing Classes:
FileLinkDocument
public interface FileLink
extends net.anotheria.asg.data.DataObject, net.anotheria.util.sorter.IComparable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConstant property name for "file" for internal storage and queries.static final StringConstant property name for "id" for internal storage and queries.static final StringConstant property name for "name" for internal storage and queries.static final StringConstant property name for "size" for internal storage and queries.static final StringConstant property name for "title" for internal storage and queries. -
Method Summary
Modifier and TypeMethodDescriptiongetFile()Returns the value of the file attribute.getName()Returns the value of the name attribute.getSize()Returns the value of the size attribute.getTitle()Returns the value of the title attribute.voidSets the value of the file attribute.voidSets the value of the name attribute.voidSets the value of the size attribute.voidSets the value of the title attribute.Methods inherited from interface net.anotheria.asg.data.DataObject
clone, getDefinedName, getDefinedParentName, getFootprint, getId, getLastUpdateTimestamp, getObjectInfo, getPropertyValue, toXMLNodeMethods inherited from interface net.anotheria.util.sorter.IComparable
compareTo
-
Field Details
-
PROP_ID
Constant property name for "id" for internal storage and queries.- See Also:
-
PROP_NAME
Constant property name for "name" for internal storage and queries.- See Also:
-
PROP_TITLE
Constant property name for "title" for internal storage and queries.- See Also:
-
PROP_FILE
Constant property name for "file" for internal storage and queries.- See Also:
-
PROP_SIZE
Constant property name for "size" for internal storage and queries.- See Also:
-
-
Method Details
-
getName
String getName()Returns the value of the name attribute. -
setName
Sets the value of the name attribute. -
getTitle
String getTitle()Returns the value of the title attribute. -
setTitle
Sets the value of the title attribute. -
getFile
String getFile()Returns the value of the file attribute. -
setFile
Sets the value of the file attribute. -
getSize
String getSize()Returns the value of the size attribute. -
setSize
Sets the value of the size attribute.
-