public class MediaLinkDocument extends net.anotheria.asg.data.AbstractASGDocument implements MediaLink, net.anotheria.util.sorter.IComparable
INT_PROPERTY_MULTILINGUAL_DISABLEDPROP_AUTHOR, PROP_LAST_UPDATE, PROP_TYPE_IDENTIFIERLINK_PROP_FILE, PROP_BROWSER_FILTERING, PROP_CHARSET, PROP_GUARDS, PROP_HREF, PROP_HREFLANG, PROP_ID, PROP_MEDIA, PROP_NAME, PROP_ONLOAD, PROP_REL, PROP_REV, PROP_TYPE| Constructor and Description |
|---|
MediaLinkDocument() |
MediaLinkDocument(MediaLinkDocument toClone) |
MediaLinkDocument(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
addGuardsElement(java.lang.String guard)
Adds a new element to the list.
|
int |
compareTo(net.anotheria.util.sorter.IComparable anotherComparable,
int method) |
int |
compareTo(MediaLink comparable) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getBrowserFiltering()
Returns the value of the browserFiltering attribute.
|
java.lang.String |
getCharset()
Returns the value of the charset attribute.
|
java.lang.String |
getDefinedName() |
java.lang.String |
getDefinedParentName() |
java.lang.String |
getFile()
Returns the value of the file attribute.
|
java.lang.String |
getFootprint() |
java.util.List<java.lang.String> |
getGuards()
Returns the value of the guards attribute.
|
java.lang.String |
getGuardsElement(int index)
Returns the element at the position index in the list.
|
int |
getGuardsSize()
Returns the number of elements in the "guards" container
|
java.lang.String |
getHref()
Returns the value of the href attribute.
|
java.lang.String |
getHreflang()
Returns the value of the hreflang attribute.
|
int |
getMedia()
Returns the value of the media attribute.
|
java.lang.String |
getName()
Returns the value of the name attribute.
|
java.lang.String |
getOnload()
Returns the value of the onload attribute.
|
int |
getRel()
Returns the value of the rel attribute.
|
int |
getRev()
Returns the value of the rev attribute.
|
java.lang.String |
getType()
Returns the value of the type attribute.
|
void |
removeGuardsElement(int index)
Removes the element at position index from the list.
|
void |
setBrowserFiltering(java.lang.String value)
Sets the value of the browserFiltering attribute.
|
void |
setCharset(java.lang.String value)
Sets the value of the charset attribute.
|
void |
setFile(java.lang.String value)
Sets the value of the file attribute.
|
void |
setGuards(java.util.List<java.lang.String> value)
Sets the value of the guards attribute.
|
void |
setHref(java.lang.String value)
Sets the value of the href attribute.
|
void |
setHreflang(java.lang.String value)
Sets the value of the hreflang attribute.
|
void |
setMedia(int value)
Sets the value of the media attribute.
|
void |
setName(java.lang.String value)
Sets the value of the name attribute.
|
void |
setOnload(java.lang.String value)
Sets the value of the onload attribute.
|
void |
setRel(int value)
Sets the value of the rel attribute.
|
void |
setRev(int value)
Sets the value of the rev attribute.
|
void |
setType(java.lang.String value)
Sets the value of the type attribute.
|
void |
swapGuardsElement(int index1,
int index2)
Swaps elements at positions index1 and index2 in the list.
|
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 MediaLinkDocument()
public MediaLinkDocument(java.lang.String id)
public MediaLinkDocument(MediaLinkDocument toClone)
public java.lang.String getName()
MediaLinkpublic void setName(java.lang.String value)
MediaLinkpublic java.lang.String getHref()
MediaLinkpublic void setHref(java.lang.String value)
MediaLinkpublic java.lang.String getType()
MediaLinkpublic void setType(java.lang.String value)
MediaLinkpublic int getMedia()
MediaLinkpublic void setMedia(int value)
MediaLinkpublic int getRel()
MediaLinkpublic void setRel(int value)
MediaLinkpublic int getRev()
MediaLinkpublic void setRev(int value)
MediaLinkpublic java.lang.String getCharset()
MediaLinkgetCharset in interface MediaLinkpublic void setCharset(java.lang.String value)
MediaLinksetCharset in interface MediaLinkpublic java.lang.String getHreflang()
MediaLinkgetHreflang in interface MediaLinkpublic void setHreflang(java.lang.String value)
MediaLinksetHreflang in interface MediaLinkpublic java.lang.String getBrowserFiltering()
MediaLinkgetBrowserFiltering in interface MediaLinkpublic void setBrowserFiltering(java.lang.String value)
MediaLinksetBrowserFiltering in interface MediaLinkpublic java.lang.String getOnload()
MediaLinkpublic void setOnload(java.lang.String value)
MediaLinkpublic java.util.List<java.lang.String> getGuards()
MediaLinkpublic void setGuards(java.util.List<java.lang.String> value)
MediaLinkpublic java.lang.String getFile()
MediaLinkpublic void setFile(java.lang.String value)
MediaLinkpublic java.lang.String toString()
toString in class net.anotheria.anodoc.data.Documentpublic int getGuardsSize()
MediaLinkgetGuardsSize in interface MediaLinkpublic void addGuardsElement(java.lang.String guard)
MediaLinkaddGuardsElement in interface MediaLinkpublic void removeGuardsElement(int index)
MediaLinkremoveGuardsElement in interface MediaLinkpublic void swapGuardsElement(int index1,
int index2)
MediaLinkswapGuardsElement in interface MediaLinkpublic java.lang.String getGuardsElement(int index)
MediaLinkgetGuardsElement in interface MediaLinkpublic int compareTo(MediaLink 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 boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2012-2023 anotheria.net. All Rights Reserved.