Class BusinessObject
- java.lang.Object
-
- org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectLight
-
- org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObject
-
- All Implemented Interfaces:
Serializable
,Comparable<BusinessObjectLight>
- Direct Known Subclasses:
Contact
,InventoryProxy
,Project
public class BusinessObject extends BusinessObjectLight
Contains all the attributes (and their values) of an inventory object. Complex data types, like list types should be interpreted using the class metadata- Author:
- Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HashMap<String,Object>
getAttributes()
void
setAttributes(HashMap<String,Object> attributes)
-
Methods inherited from class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectLight
compareTo, equals, getClassDisplayName, getClassName, getId, getName, getValidators, hashCode, setClassDisplayName, setClassName, setId, setName, setValidators, toString
-
-