Interface MediaLink
- All Superinterfaces:
Cloneable,net.anotheria.asg.data.DataObject,net.anotheria.util.sorter.IComparable
- All Known Implementing Classes:
MediaLinkDocument
public interface MediaLink
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 "browserFiltering" for internal storage and queries.static final StringConstant property name for "charset" for internal storage and queries.static final StringConstant property name for "guards" for internal storage and queries.static final StringConstant property name for "href" for internal storage and queries.static final StringConstant property name for "hreflang" for internal storage and queries.static final StringConstant property name for "id" for internal storage and queries.static final StringConstant property name for "media" for internal storage and queries.static final StringConstant property name for "name" for internal storage and queries.static final StringConstant property name for "onload" for internal storage and queries.static final StringConstant property name for "rel" for internal storage and queries.static final StringConstant property name for "rev" for internal storage and queries.static final StringConstant property name for "type" for internal storage and queries. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddGuardsElement(String guard) Adds a new element to the list.Returns the value of the browserFiltering attribute.Returns the value of the charset attribute.getFile()Returns the value of the file attribute.Returns the value of the guards attribute.getGuardsElement(int index) Returns the element at the position index in the list.intReturns the number of elements in the "guards" containergetHref()Returns the value of the href attribute.Returns the value of the hreflang attribute.intgetMedia()Returns the value of the media attribute.getName()Returns the value of the name attribute.Returns the value of the onload attribute.intgetRel()Returns the value of the rel attribute.intgetRev()Returns the value of the rev attribute.getType()Returns the value of the type attribute.voidremoveGuardsElement(int index) Removes the element at position index from the list.voidsetBrowserFiltering(String value) Sets the value of the browserFiltering attribute.voidsetCharset(String value) Sets the value of the charset attribute.voidSets the value of the file attribute.voidSets the value of the guards attribute.voidSets the value of the href attribute.voidsetHreflang(String value) Sets the value of the hreflang attribute.voidsetMedia(int value) Sets the value of the media attribute.voidSets the value of the name attribute.voidSets the value of the onload attribute.voidsetRel(int value) Sets the value of the rel attribute.voidsetRev(int value) Sets the value of the rev attribute.voidSets the value of the type attribute.voidswapGuardsElement(int index1, int index2) Swaps elements at positions index1 and index2 in the list.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_HREF
Constant property name for "href" for internal storage and queries.- See Also:
-
PROP_TYPE
Constant property name for "type" for internal storage and queries.- See Also:
-
PROP_MEDIA
Constant property name for "media" for internal storage and queries.- See Also:
-
PROP_REL
Constant property name for "rel" for internal storage and queries.- See Also:
-
PROP_REV
Constant property name for "rev" for internal storage and queries.- See Also:
-
PROP_CHARSET
Constant property name for "charset" for internal storage and queries.- See Also:
-
PROP_HREFLANG
Constant property name for "hreflang" for internal storage and queries.- See Also:
-
PROP_BROWSER_FILTERING
Constant property name for "browserFiltering" for internal storage and queries.- See Also:
-
PROP_ONLOAD
Constant property name for "onload" for internal storage and queries.- See Also:
-
PROP_GUARDS
Constant property name for "guards" for internal storage and queries.- See Also:
-
LINK_PROP_FILE
Constant property name for "file" 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. -
getHref
String getHref()Returns the value of the href attribute. -
setHref
Sets the value of the href attribute. -
getType
String getType()Returns the value of the type attribute. -
setType
Sets the value of the type attribute. -
getMedia
int getMedia()Returns the value of the media attribute. -
setMedia
void setMedia(int value) Sets the value of the media attribute. -
getRel
int getRel()Returns the value of the rel attribute. -
setRel
void setRel(int value) Sets the value of the rel attribute. -
getRev
int getRev()Returns the value of the rev attribute. -
setRev
void setRev(int value) Sets the value of the rev attribute. -
getCharset
String getCharset()Returns the value of the charset attribute. -
setCharset
Sets the value of the charset attribute. -
getHreflang
String getHreflang()Returns the value of the hreflang attribute. -
setHreflang
Sets the value of the hreflang attribute. -
getBrowserFiltering
String getBrowserFiltering()Returns the value of the browserFiltering attribute. -
setBrowserFiltering
Sets the value of the browserFiltering attribute. -
getOnload
String getOnload()Returns the value of the onload attribute. -
setOnload
Sets the value of the onload attribute. -
getGuards
Returns the value of the guards attribute. -
setGuards
Sets the value of the guards attribute. -
getFile
String getFile()Returns the value of the file attribute. -
setFile
Sets the value of the file attribute. -
getGuardsSize
int getGuardsSize()Returns the number of elements in the "guards" container -
addGuardsElement
Adds a new element to the list. -
removeGuardsElement
void removeGuardsElement(int index) Removes the element at position index from the list. -
swapGuardsElement
void swapGuardsElement(int index1, int index2) Swaps elements at positions index1 and index2 in the list. -
getGuardsElement
Returns the element at the position index in the list.
-