public class BrandDocument extends net.anotheria.asg.data.AbstractASGDocument implements Brand, net.anotheria.util.sorter.IComparable
INT_PROPERTY_MULTILINGUAL_DISABLEDPROP_AUTHOR, PROP_LAST_UPDATE, PROP_TYPE_IDENTIFIERPROP_ATTRIBUTES, PROP_DEFAULT_BRAND, PROP_ID, PROP_LOCALIZATIONS, PROP_MEDIA_LINKS, PROP_NAME, PROP_URLS_TO_MAP| Constructor and Description |
|---|
BrandDocument() |
BrandDocument(BrandDocument toClone) |
BrandDocument(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttributesElement(java.lang.String attribute)
Adds a new element to the list.
|
void |
addLocalizationsElement(java.lang.String localization)
Adds a new element to the list.
|
void |
addMediaLinksElement(java.lang.String mediaLink)
Adds a new element to the list.
|
void |
addUrlsToMapElement(java.lang.String urlToMap)
Adds a new element to the list.
|
int |
compareTo(Brand comparable) |
int |
compareTo(net.anotheria.util.sorter.IComparable anotherComparable,
int method) |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getAttributes()
Returns the value of the attributes attribute.
|
java.lang.String |
getAttributesElement(int index)
Returns the element at the position index in the list.
|
int |
getAttributesSize()
Returns the number of elements in the "attributes" container
|
boolean |
getDefaultBrand()
Returns the value of the defaultBrand attribute.
|
java.lang.String |
getDefinedName() |
java.lang.String |
getDefinedParentName() |
java.lang.String |
getFootprint() |
java.util.List<java.lang.String> |
getLocalizations()
Returns the value of the localizations attribute.
|
java.lang.String |
getLocalizationsElement(int index)
Returns the element at the position index in the list.
|
int |
getLocalizationsSize()
Returns the number of elements in the "localizations" container
|
java.util.List<java.lang.String> |
getMediaLinks()
Returns the value of the mediaLinks attribute.
|
java.lang.String |
getMediaLinksElement(int index)
Returns the element at the position index in the list.
|
int |
getMediaLinksSize()
Returns the number of elements in the "mediaLinks" container
|
java.lang.String |
getName()
Returns the value of the name attribute.
|
java.util.List<java.lang.String> |
getUrlsToMap()
Returns the value of the urlsToMap attribute.
|
java.lang.String |
getUrlsToMapElement(int index)
Returns the element at the position index in the list.
|
int |
getUrlsToMapSize()
Returns the number of elements in the "urlsToMap" container
|
void |
removeAttributesElement(int index)
Removes the element at position index from the list.
|
void |
removeLocalizationsElement(int index)
Removes the element at position index from the list.
|
void |
removeMediaLinksElement(int index)
Removes the element at position index from the list.
|
void |
removeUrlsToMapElement(int index)
Removes the element at position index from the list.
|
void |
setAttributes(java.util.List<java.lang.String> value)
Sets the value of the attributes attribute.
|
void |
setDefaultBrand(boolean value)
Sets the value of the defaultBrand attribute.
|
void |
setLocalizations(java.util.List<java.lang.String> value)
Sets the value of the localizations attribute.
|
void |
setMediaLinks(java.util.List<java.lang.String> value)
Sets the value of the mediaLinks attribute.
|
void |
setName(java.lang.String value)
Sets the value of the name attribute.
|
void |
setUrlsToMap(java.util.List<java.lang.String> value)
Sets the value of the urlsToMap attribute.
|
void |
swapAttributesElement(int index1,
int index2)
Swaps elements at positions index1 and index2 in the list.
|
void |
swapLocalizationsElement(int index1,
int index2)
Swaps elements at positions index1 and index2 in the list.
|
void |
swapMediaLinksElement(int index1,
int index2)
Swaps elements at positions index1 and index2 in the list.
|
void |
swapUrlsToMapElement(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 BrandDocument()
public BrandDocument(java.lang.String id)
public BrandDocument(BrandDocument toClone)
public java.lang.String getName()
Brandpublic void setName(java.lang.String value)
Brandpublic boolean getDefaultBrand()
BrandgetDefaultBrand in interface Brandpublic void setDefaultBrand(boolean value)
BrandsetDefaultBrand in interface Brandpublic java.util.List<java.lang.String> getUrlsToMap()
BrandgetUrlsToMap in interface Brandpublic void setUrlsToMap(java.util.List<java.lang.String> value)
BrandsetUrlsToMap in interface Brandpublic java.util.List<java.lang.String> getLocalizations()
BrandgetLocalizations in interface Brandpublic void setLocalizations(java.util.List<java.lang.String> value)
BrandsetLocalizations in interface Brandpublic java.util.List<java.lang.String> getMediaLinks()
BrandgetMediaLinks in interface Brandpublic void setMediaLinks(java.util.List<java.lang.String> value)
BrandsetMediaLinks in interface Brandpublic java.util.List<java.lang.String> getAttributes()
BrandgetAttributes in interface Brandpublic void setAttributes(java.util.List<java.lang.String> value)
BrandsetAttributes in interface Brandpublic java.lang.String toString()
toString in class net.anotheria.anodoc.data.Documentpublic int getUrlsToMapSize()
BrandgetUrlsToMapSize in interface Brandpublic void addUrlsToMapElement(java.lang.String urlToMap)
BrandaddUrlsToMapElement in interface Brandpublic void removeUrlsToMapElement(int index)
BrandremoveUrlsToMapElement in interface Brandpublic void swapUrlsToMapElement(int index1,
int index2)
BrandswapUrlsToMapElement in interface Brandpublic java.lang.String getUrlsToMapElement(int index)
BrandgetUrlsToMapElement in interface Brandpublic int getLocalizationsSize()
BrandgetLocalizationsSize in interface Brandpublic void addLocalizationsElement(java.lang.String localization)
BrandaddLocalizationsElement in interface Brandpublic void removeLocalizationsElement(int index)
BrandremoveLocalizationsElement in interface Brandpublic void swapLocalizationsElement(int index1,
int index2)
BrandswapLocalizationsElement in interface Brandpublic java.lang.String getLocalizationsElement(int index)
BrandgetLocalizationsElement in interface Brandpublic int getMediaLinksSize()
BrandgetMediaLinksSize in interface Brandpublic void addMediaLinksElement(java.lang.String mediaLink)
BrandaddMediaLinksElement in interface Brandpublic void removeMediaLinksElement(int index)
BrandremoveMediaLinksElement in interface Brandpublic void swapMediaLinksElement(int index1,
int index2)
BrandswapMediaLinksElement in interface Brandpublic java.lang.String getMediaLinksElement(int index)
BrandgetMediaLinksElement in interface Brandpublic int getAttributesSize()
BrandgetAttributesSize in interface Brandpublic void addAttributesElement(java.lang.String attribute)
BrandaddAttributesElement in interface Brandpublic void removeAttributesElement(int index)
BrandremoveAttributesElement in interface Brandpublic void swapAttributesElement(int index1,
int index2)
BrandswapAttributesElement in interface Brandpublic java.lang.String getAttributesElement(int index)
BrandgetAttributesElement in interface Brandpublic int compareTo(Brand 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.