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 "alias" and domain "EN" for internal storage and queries.static final StringConstant property name for "alt" and domain "EN" for internal storage and queries.static 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 "pixels" 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 TypeMethodDescriptionvoidcopyLANG2LANG(String sourceLanguge, String destLanguage) Copies all multilingual properties from source language to destination languagegetAlias()Returns the current value of the alias attribute.Returns the value of the alias attribute in the "EN" domain.getAlt()Returns the current value of the alt attribute.getAltEN()Returns the value of the alt attribute in the "EN" domain.getImage()Returns the value of the image attribute.getName()Returns the value of the name attribute.Returns the value of the pixels attribute.getSize()Returns the value of the size attribute.getTitle()Returns the value of the title attribute.voidSets the value of the alias attribute in the current domain.voidsetAliasEN(String value) Sets the value of the alias attribute in the domain "EN"voidSets the value of the alt attribute in the current domain.voidSets the value of the alt attribute in the domain "EN"voidSets the value of the image attribute.voidSets the value of the name attribute.voidSets the value of the pixels 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_ALIAS_EN
Constant property name for "alias" and domain "EN" for internal storage and queries.- See Also:
-
PROP_ALT_EN
Constant property name for "alt" 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:
-
PROP_PIXELS
Constant property name for "pixels" 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. -
getAliasEN
String getAliasEN()Returns the value of the alias attribute in the "EN" domain. -
getAlias
String getAlias()Returns the current value of the alias attribute. Current means in the currently selected domain. -
setAliasEN
Sets the value of the alias attribute in the domain "EN" -
setAlias
Sets the value of the alias attribute in the current domain. Current means in the currently selected domain. -
getAltEN
String getAltEN()Returns the value of the alt attribute in the "EN" domain. -
getAlt
String getAlt()Returns the current value of the alt attribute. Current means in the currently selected domain. -
setAltEN
Sets the value of the alt attribute in the domain "EN" -
setAlt
Sets the value of the alt 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. -
getPixels
String getPixels()Returns the value of the pixels attribute. -
setPixels
Sets the value of the pixels attribute. -
copyLANG2LANG
Copies all multilingual properties from source language to destination language
-