Interface Image
- All Superinterfaces:
Cloneable,net.anotheria.asg.data.DataObject,net.anotheria.util.sorter.IComparable
- All Known Implementing Classes:
ImageDocument
public interface Image
extends net.anotheria.asg.data.DataObject, net.anotheria.util.sorter.IComparable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConstant property name for "id" for internal storage and queries.static final StringConstant property name for "image" 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" and domain "EN" for internal storage and queries. -
Method Summary
Modifier and TypeMethodDescriptionvoidcopyLANG2LANG(String sourceLanguge, String destLanguage) Copies all multilingual properties from source language to destination languagegetImage()Returns the value of the image attribute.getName()Returns the value of the name attribute.getSize()Returns the value of the size attribute.getTitle()Returns the current value of the title attribute.Returns the value of the title attribute in the "EN" domain.voidSets the value of the image attribute.voidSets the value of the name attribute.voidSets the value of the size attribute.voidSets the value of the title attribute in the current domain.voidsetTitleEN(String value) Sets the value of the title attribute in the domain "EN"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_EN
Constant property name for "title" and domain "EN" for internal storage and queries.- See Also:
-
PROP_IMAGE
Constant property name for "image" 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. -
getTitleEN
String getTitleEN()Returns the value of the title attribute in the "EN" domain. -
getTitle
String getTitle()Returns the current value of the title attribute. Current means in the currently selected domain. -
setTitleEN
Sets the value of the title attribute in the domain "EN" -
setTitle
Sets the value of the title attribute in the current domain. Current means in the currently selected domain. -
getImage
String getImage()Returns the value of the image attribute. -
setImage
Sets the value of the image attribute. -
getSize
String getSize()Returns the value of the size attribute. -
setSize
Sets the value of the size attribute. -
copyLANG2LANG
Copies all multilingual properties from source language to destination language
-