public class BrandFeatureDocument extends net.anotheria.asg.data.AbstractASGDocument implements BrandFeature, net.anotheria.util.sorter.IComparable
INT_PROPERTY_MULTILINGUAL_DISABLEDPROP_AUTHOR, PROP_LAST_UPDATE, PROP_TYPE_IDENTIFIERLINK_PROP_ACCESS_OPERATION, PROP_ACTIVE_IN_PRODUCTION, PROP_BRANDS, PROP_DESCRIPTION, PROP_ENABLED, PROP_GUARDS, PROP_ID, PROP_NAME, PROP_OBSOLETE| Constructor and Description |
|---|
BrandFeatureDocument() |
BrandFeatureDocument(BrandFeatureDocument toClone) |
BrandFeatureDocument(java.lang.String id) |
| 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.
|
int |
compareTo(BrandFeature comparable) |
int |
compareTo(net.anotheria.util.sorter.IComparable anotherComparable,
int method) |
boolean |
equals(java.lang.Object o) |
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 |
getDefinedName() |
java.lang.String |
getDefinedParentName() |
java.lang.String |
getDescription()
Returns the value of the description attribute.
|
boolean |
getEnabled()
Returns the value of the enabled attribute.
|
java.lang.String |
getFootprint() |
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.
|
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 BrandFeatureDocument()
public BrandFeatureDocument(java.lang.String id)
public BrandFeatureDocument(BrandFeatureDocument toClone)
public java.lang.String getName()
BrandFeaturegetName in interface BrandFeaturepublic void setName(java.lang.String value)
BrandFeaturesetName in interface BrandFeaturepublic boolean getEnabled()
BrandFeaturegetEnabled in interface BrandFeaturepublic void setEnabled(boolean value)
BrandFeaturesetEnabled in interface BrandFeaturepublic boolean getActiveInProduction()
BrandFeaturegetActiveInProduction in interface BrandFeaturepublic void setActiveInProduction(boolean value)
BrandFeaturesetActiveInProduction in interface BrandFeaturepublic boolean getObsolete()
BrandFeaturegetObsolete in interface BrandFeaturepublic void setObsolete(boolean value)
BrandFeaturesetObsolete in interface BrandFeaturepublic java.lang.String getDescription()
BrandFeaturegetDescription in interface BrandFeaturepublic void setDescription(java.lang.String value)
BrandFeaturesetDescription in interface BrandFeaturepublic java.util.List<java.lang.String> getGuards()
BrandFeaturegetGuards in interface BrandFeaturepublic void setGuards(java.util.List<java.lang.String> value)
BrandFeaturesetGuards in interface BrandFeaturepublic java.util.List<java.lang.String> getBrands()
BrandFeaturegetBrands in interface BrandFeaturepublic void setBrands(java.util.List<java.lang.String> value)
BrandFeaturesetBrands in interface BrandFeaturepublic java.lang.String getAccessOperation()
BrandFeaturegetAccessOperation in interface BrandFeaturepublic void setAccessOperation(java.lang.String value)
BrandFeaturesetAccessOperation in interface BrandFeaturepublic java.lang.String toString()
toString in class net.anotheria.anodoc.data.Documentpublic int getGuardsSize()
BrandFeaturegetGuardsSize in interface BrandFeaturepublic void addGuardsElement(java.lang.String guard)
BrandFeatureaddGuardsElement in interface BrandFeaturepublic void removeGuardsElement(int index)
BrandFeatureremoveGuardsElement in interface BrandFeaturepublic void swapGuardsElement(int index1,
int index2)
BrandFeatureswapGuardsElement in interface BrandFeaturepublic java.lang.String getGuardsElement(int index)
BrandFeaturegetGuardsElement in interface BrandFeaturepublic int getBrandsSize()
BrandFeaturegetBrandsSize in interface BrandFeaturepublic void addBrandsElement(java.lang.String brand)
BrandFeatureaddBrandsElement in interface BrandFeaturepublic void removeBrandsElement(int index)
BrandFeatureremoveBrandsElement in interface BrandFeaturepublic void swapBrandsElement(int index1,
int index2)
BrandFeatureswapBrandsElement in interface BrandFeaturepublic java.lang.String getBrandsElement(int index)
BrandFeaturegetBrandsElement in interface BrandFeaturepublic int compareTo(BrandFeature 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.