public interface BrandFeature
extends net.anotheria.asg.data.DataObject, net.anotheria.util.sorter.IComparable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LINK_PROP_ACCESS_OPERATION
Constant property name for "accessOperation" for internal storage and queries.
|
static java.lang.String |
PROP_ACTIVE_IN_PRODUCTION
Constant property name for "activeInProduction" for internal storage and queries.
|
static java.lang.String |
PROP_BRANDS
Constant property name for "brands" for internal storage and queries.
|
static java.lang.String |
PROP_DESCRIPTION
Constant property name for "description" for internal storage and queries.
|
static java.lang.String |
PROP_ENABLED
Constant property name for "enabled" for internal storage and queries.
|
static java.lang.String |
PROP_GUARDS
Constant property name for "guards" 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_OBSOLETE
Constant property name for "obsolete" for internal storage and queries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addBrandsElement(java.lang.String brand)
Adds a new element to the list.
|
void |
addGuardsElement(java.lang.String guard)
Adds a new element to the list.
|
java.lang.String |
getAccessOperation()
Returns the value of the accessOperation attribute.
|
boolean |
getActiveInProduction()
Returns the value of the activeInProduction attribute.
|
java.util.List<java.lang.String> |
getBrands()
Returns the value of the brands attribute.
|
java.lang.String |
getBrandsElement(int index)
Returns the element at the position index in the list.
|
int |
getBrandsSize()
Returns the number of elements in the "brands" container
|
java.lang.String |
getDescription()
Returns the value of the description attribute.
|
boolean |
getEnabled()
Returns the value of the enabled attribute.
|
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 |
getName()
Returns the value of the name attribute.
|
boolean |
getObsolete()
Returns the value of the obsolete attribute.
|
void |
removeBrandsElement(int index)
Removes the element at position index from the list.
|
void |
removeGuardsElement(int index)
Removes the element at position index from the list.
|
void |
setAccessOperation(java.lang.String value)
Sets the value of the accessOperation attribute.
|
void |
setActiveInProduction(boolean value)
Sets the value of the activeInProduction attribute.
|
void |
setBrands(java.util.List<java.lang.String> value)
Sets the value of the brands attribute.
|
void |
setDescription(java.lang.String value)
Sets the value of the description attribute.
|
void |
setEnabled(boolean value)
Sets the value of the enabled attribute.
|
void |
setGuards(java.util.List<java.lang.String> value)
Sets the value of the guards attribute.
|
void |
setName(java.lang.String value)
Sets the value of the name attribute.
|
void |
setObsolete(boolean value)
Sets the value of the obsolete attribute.
|
void |
swapBrandsElement(int index1,
int index2)
Swaps elements at positions index1 and index2 in the list.
|
void |
swapGuardsElement(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_ENABLED
static final java.lang.String PROP_ACTIVE_IN_PRODUCTION
static final java.lang.String PROP_OBSOLETE
static final java.lang.String PROP_DESCRIPTION
static final java.lang.String PROP_GUARDS
static final java.lang.String PROP_BRANDS
static final java.lang.String LINK_PROP_ACCESS_OPERATION
java.lang.String getName()
void setName(java.lang.String value)
boolean getEnabled()
void setEnabled(boolean value)
boolean getActiveInProduction()
void setActiveInProduction(boolean value)
boolean getObsolete()
void setObsolete(boolean value)
java.lang.String getDescription()
void setDescription(java.lang.String value)
java.util.List<java.lang.String> getGuards()
void setGuards(java.util.List<java.lang.String> value)
java.util.List<java.lang.String> getBrands()
void setBrands(java.util.List<java.lang.String> value)
java.lang.String getAccessOperation()
void setAccessOperation(java.lang.String value)
int getGuardsSize()
void addGuardsElement(java.lang.String guard)
void removeGuardsElement(int index)
void swapGuardsElement(int index1,
int index2)
java.lang.String getGuardsElement(int index)
int getBrandsSize()
void addBrandsElement(java.lang.String brand)
void removeBrandsElement(int index)
void swapBrandsElement(int index1,
int index2)
java.lang.String getBrandsElement(int index)
Copyright © 2012-2023 anotheria.net. All Rights Reserved.