public interface EntryPoint
extends net.anotheria.asg.data.DataObject, net.anotheria.util.sorter.IComparable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LINK_PROP_START_PAGE
Constant property name for "startPage" for internal storage and queries.
|
static java.lang.String |
LINK_PROP_START_SITE
Constant property name for "startSite" for internal storage and queries.
|
static java.lang.String |
PROP_DEFAULT_ENTRY
Constant property name for "defaultEntry" for internal storage and queries.
|
static java.lang.String |
PROP_DOMAINS
Constant property name for "domains" for internal storage and queries.
|
static java.lang.String |
PROP_ID
Constant property name for "id" for internal storage and queries.
|
static java.lang.String |
PROP_NAME
Constant property name for "name" for internal storage and queries.
|
static java.lang.String |
PROP_TYPE
Constant property name for "type" for internal storage and queries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDomainsElement(java.lang.String domain)
Adds a new element to the list.
|
boolean |
getDefaultEntry()
Returns the value of the defaultEntry attribute.
|
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 |
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.
|
static final java.lang.String PROP_ID
static final java.lang.String PROP_NAME
static final java.lang.String PROP_TYPE
static final java.lang.String PROP_DEFAULT_ENTRY
static final java.lang.String PROP_DOMAINS
static final java.lang.String LINK_PROP_START_PAGE
static final java.lang.String LINK_PROP_START_SITE
java.lang.String getName()
void setName(java.lang.String value)
int getType()
void setType(int value)
boolean getDefaultEntry()
void setDefaultEntry(boolean value)
java.util.List<java.lang.String> getDomains()
void setDomains(java.util.List<java.lang.String> value)
java.lang.String getStartPage()
void setStartPage(java.lang.String value)
java.lang.String getStartSite()
void setStartSite(java.lang.String value)
int getDomainsSize()
void addDomainsElement(java.lang.String domain)
void removeDomainsElement(int index)
void swapDomainsElement(int index1,
int index2)
java.lang.String getDomainsElement(int index)
Copyright © 2012-2023 anotheria.net. All Rights Reserved.