public class ImageDocument extends net.anotheria.asg.data.AbstractASGDocument implements Image, net.anotheria.util.sorter.IComparable, net.anotheria.asg.data.MultilingualObject
INT_PROPERTY_MULTILINGUAL_DISABLEDPROP_AUTHOR, PROP_LAST_UPDATE, PROP_TYPE_IDENTIFIERPROP_ALIAS_EN, PROP_ALT_EN, PROP_ID, PROP_IMAGE, PROP_NAME, PROP_PIXELS, PROP_SIZE, PROP_TITLE| Constructor and Description |
|---|
ImageDocument() |
ImageDocument(ImageDocument toClone) |
ImageDocument(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(net.anotheria.util.sorter.IComparable anotherComparable,
int method) |
int |
compareTo(Image comparable) |
void |
copyLANG2LANG(java.lang.String sourceLanguage,
java.lang.String destLanguage)
Copies all multilingual properties from source language to destination language
|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAlias()
Returns the current value of the alias attribute.
|
java.lang.String |
getAliasEN()
Returns the value of the alias attribute in the "EN" domain.
|
java.lang.String |
getAlt()
Returns the current value of the alt attribute.
|
java.lang.String |
getAltEN()
Returns the value of the alt attribute in the "EN" domain.
|
java.lang.String |
getDefinedName() |
java.lang.String |
getDefinedParentName() |
java.lang.String |
getFootprint() |
java.lang.String |
getImage()
Returns the value of the image attribute.
|
java.lang.String |
getName()
Returns the value of the name attribute.
|
java.lang.String |
getPixels()
Returns the value of the pixels attribute.
|
java.lang.String |
getSize()
Returns the value of the size attribute.
|
java.lang.String |
getTitle()
Returns the value of the title attribute.
|
boolean |
isMultilingualDisabledInstance() |
void |
setAlias(java.lang.String value)
Sets the value of the alias attribute in the current domain.
|
void |
setAliasEN(java.lang.String value)
Sets the value of the alias attribute in the domain "EN"
|
void |
setAlt(java.lang.String value)
Sets the value of the alt attribute in the current domain.
|
void |
setAltEN(java.lang.String value)
Sets the value of the alt attribute in the domain "EN"
|
void |
setImage(java.lang.String value)
Sets the value of the image attribute.
|
void |
setMultilingualDisabledInstance(boolean value) |
void |
setName(java.lang.String value)
Sets the value of the name attribute.
|
void |
setPixels(java.lang.String value)
Sets the value of the pixels attribute.
|
void |
setSize(java.lang.String value)
Sets the value of the size attribute.
|
void |
setTitle(java.lang.String value)
Sets the value of the title attribute.
|
java.lang.String |
toString() |
getInternalProperty, getLockerId, getLockingTime, getObjectInfo, isLocked, setInternalProperty, setLocked, setLockerId, setLockingTimeaddDataHolder, clone, copyFromBooleanList, copyFromDoubleList, copyFromFloatList, copyFromIntegerList, copyFromLongList, copyFromStringList, copyToBooleanList, copyToDoubleList, copyToFloatList, copyToIntegerList, copyToLongList, copyToStringList, createDocument, createDocumentList, createListProperty, getAuthor, getBoolean, getBooleanProperty, getDataHolder, getDocument, getDocumentAnyCase, getDocumentList, getDocumentListAnyCase, getDouble, getDoubleProperty, getEmptyBoolean, getEmptyDouble, getEmptyFloat, getEmptyInt, getEmptyList, getEmptyLong, getEmptyString, getFloat, getFloatProperty, getInt, getIntProperty, getKeys, getLastUpdateTimestamp, getList, getListProperty, getListPropertyAnyCase, getLong, getLongProperty, getObject, getProperties, getProperty, getPropertyValue, getSizeInBytes, getStorageId, getString, getStringProperty, getTypeIdentifier, putBooleanProperty, putDocument, putDoubleProperty, putFloatProperty, putIntProperty, putList, putListProperty, putLongProperty, putProperty, putStringProperty, removeDataHolder, removeDataHolder, removeProperty, removeProperty, renameTo, setBoolean, setCallContextAuthor, setDouble, setFloat, setInt, setLastUpdateNow, setList, setLong, setString, setTypeIdentifier, toXMLNodepublic ImageDocument()
public ImageDocument(java.lang.String id)
public ImageDocument(ImageDocument toClone)
public java.lang.String getName()
Imagepublic void setName(java.lang.String value)
Imagepublic java.lang.String getTitle()
Imagepublic void setTitle(java.lang.String value)
Imagepublic java.lang.String getAliasEN()
ImagegetAliasEN in interface Imagepublic java.lang.String getAlias()
Imagepublic void setAliasEN(java.lang.String value)
ImagesetAliasEN in interface Imagepublic void setAlias(java.lang.String value)
Imagepublic java.lang.String getAltEN()
Imagepublic java.lang.String getAlt()
Imagepublic void setAltEN(java.lang.String value)
Imagepublic void setAlt(java.lang.String value)
Imagepublic java.lang.String getImage()
Imagepublic void setImage(java.lang.String value)
Imagepublic java.lang.String getSize()
Imagepublic void setSize(java.lang.String value)
Imagepublic java.lang.String getPixels()
Imagepublic void setPixels(java.lang.String value)
Imagepublic java.lang.String toString()
toString in class net.anotheria.anodoc.data.Documentpublic int compareTo(Image comparable)
public int compareTo(net.anotheria.util.sorter.IComparable anotherComparable,
int method)
compareTo in interface net.anotheria.util.sorter.IComparablepublic java.lang.String getDefinedName()
getDefinedName in interface net.anotheria.asg.data.DataObjectpublic java.lang.String getDefinedParentName()
getDefinedParentName in interface net.anotheria.asg.data.DataObjectpublic java.lang.String getFootprint()
getFootprint in interface net.anotheria.asg.data.DataObjectpublic void copyLANG2LANG(java.lang.String sourceLanguage,
java.lang.String destLanguage)
ImagecopyLANG2LANG in interface Imagepublic boolean isMultilingualDisabledInstance()
isMultilingualDisabledInstance in interface net.anotheria.asg.data.MultilingualObjectpublic void setMultilingualDisabledInstance(boolean value)
setMultilingualDisabledInstance in interface net.anotheria.asg.data.MultilingualObjectpublic boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2012-2023 anotheria.net. All Rights Reserved.