Class ModuleASBrand
- java.lang.Object
-
- net.anotheria.anodoc.data.Module
-
- net.anotheria.anosite.gen.asbrand.data.ModuleASBrand
-
- All Implemented Interfaces:
Serializable,net.anotheria.anodoc.data.IBasicStoreableObject,net.anotheria.anodoc.data.ICompositeDataObject
public class ModuleASBrand extends net.anotheria.anodoc.data.Module- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringID_HOLDER_BRANDstatic StringLIST_BRANDstatic StringMODULE_ID
-
Constructor Summary
Constructors Constructor Description ModuleASBrand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BrandDocumentcreateBrand(BrandDocument brand)voiddeleteBrand(String id)BrandDocumentgetBrand(String id)List<BrandDocument>getBrands()BrandDocumentimportBrand(BrandDocument brand)voidupdateBrand(BrandDocument brand)-
Methods inherited from class net.anotheria.anodoc.data.Module
_getIdHolder, fillFromContainer, getCopyId, getDocument, getHolderNames, getId, getKeys, getList, getLog, getModuleFactory, getObject, getOwnerId, getSizeInBytes, getStatisticalInformation, getStorageId, putDocument, putList, setCopyId, setModuleFactory, setOwnerId, toString, toXMLNode
-
-
-
-
Field Detail
-
MODULE_ID
public static final String MODULE_ID
- See Also:
- Constant Field Values
-
LIST_BRAND
public static final String LIST_BRAND
- See Also:
- Constant Field Values
-
ID_HOLDER_BRAND
public static final String ID_HOLDER_BRAND
- See Also:
- Constant Field Values
-
-
Method Detail
-
getBrands
public List<BrandDocument> getBrands()
-
getBrand
public BrandDocument getBrand(String id)
-
updateBrand
public void updateBrand(BrandDocument brand)
-
deleteBrand
public void deleteBrand(String id)
-
createBrand
public BrandDocument createBrand(BrandDocument brand)
-
importBrand
public BrandDocument importBrand(BrandDocument brand)
-
-