public class EntryPointDocument extends net.anotheria.asg.data.AbstractASGDocument implements EntryPoint, net.anotheria.util.sorter.IComparable
INT_PROPERTY_MULTILINGUAL_DISABLEDPROP_AUTHOR, PROP_LAST_UPDATE, PROP_TYPE_IDENTIFIERLINK_PROP_START_PAGE, LINK_PROP_START_SITE, PROP_DEFAULT_ENTRY, PROP_DOMAINS, PROP_ID, PROP_NAME, PROP_TYPE| Constructor and Description |
|---|
EntryPointDocument() |
EntryPointDocument(EntryPointDocument toClone) |
EntryPointDocument(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDomainsElement(java.lang.String domain)
Adds a new element to the list.
|
int |
compareTo(EntryPoint comparable) |
int |
compareTo(net.anotheria.util.sorter.IComparable anotherComparable,
int method) |
boolean |
equals(java.lang.Object o) |
boolean |
getDefaultEntry()
Returns the value of the defaultEntry attribute.
|
java.lang.String |
getDefinedName() |
java.lang.String |
getDefinedParentName() |
java.util.List<java.lang.String> |
getDomains()
Returns the value of the domains attribute.
|
java.lang.String |
getDomainsElement(int index)
Returns the element at the position index in the list.
|
int |
getDomainsSize()
Returns the number of elements in the "domains" container
|
java.lang.String |
getFootprint() |
java.lang.String |
getName()
Returns the value of the name attribute.
|
java.lang.String |
getStartPage()
Returns the value of the startPage attribute.
|
java.lang.String |
getStartSite()
Returns the value of the startSite attribute.
|
int |
getType()
Returns the value of the type attribute.
|
void |
removeDomainsElement(int index)
Removes the element at position index from the list.
|
void |
setDefaultEntry(boolean value)
Sets the value of the defaultEntry attribute.
|
void |
setDomains(java.util.List<java.lang.String> value)
Sets the value of the domains attribute.
|
void |
setName(java.lang.String value)
Sets the value of the name attribute.
|
void |
setStartPage(java.lang.String value)
Sets the value of the startPage attribute.
|
void |
setStartSite(java.lang.String value)
Sets the value of the startSite attribute.
|
void |
setType(int value)
Sets the value of the type attribute.
|
void |
swapDomainsElement(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 EntryPointDocument()
public EntryPointDocument(java.lang.String id)
public EntryPointDocument(EntryPointDocument toClone)
public java.lang.String getName()
EntryPointgetName in interface EntryPointpublic void setName(java.lang.String value)
EntryPointsetName in interface EntryPointpublic int getType()
EntryPointgetType in interface EntryPointpublic void setType(int value)
EntryPointsetType in interface EntryPointpublic boolean getDefaultEntry()
EntryPointgetDefaultEntry in interface EntryPointpublic void setDefaultEntry(boolean value)
EntryPointsetDefaultEntry in interface EntryPointpublic java.util.List<java.lang.String> getDomains()
EntryPointgetDomains in interface EntryPointpublic void setDomains(java.util.List<java.lang.String> value)
EntryPointsetDomains in interface EntryPointpublic java.lang.String getStartPage()
EntryPointgetStartPage in interface EntryPointpublic void setStartPage(java.lang.String value)
EntryPointsetStartPage in interface EntryPointpublic java.lang.String getStartSite()
EntryPointgetStartSite in interface EntryPointpublic void setStartSite(java.lang.String value)
EntryPointsetStartSite in interface EntryPointpublic java.lang.String toString()
toString in class net.anotheria.anodoc.data.Documentpublic int getDomainsSize()
EntryPointgetDomainsSize in interface EntryPointpublic void addDomainsElement(java.lang.String domain)
EntryPointaddDomainsElement in interface EntryPointpublic void removeDomainsElement(int index)
EntryPointremoveDomainsElement in interface EntryPointpublic void swapDomainsElement(int index1,
int index2)
EntryPointswapDomainsElement in interface EntryPointpublic java.lang.String getDomainsElement(int index)
EntryPointgetDomainsElement in interface EntryPointpublic int compareTo(EntryPoint 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.