Business Object

What Does Business Object Mean?

A business object is an actor within the business layer of a layered object-oriented computer program that represents a part of a business or an item within it. A business object represents a data client and can be implemented as an entity bean, a session bean or another Java object.

Advertisements

A business object can take the form of a data array but is not a database itself. It represents business entities such as an invoice, a transaction or a person. Business objects are inherently scalable due to the architecture of object-oriented software applications.

Techopedia Explains Business Object

A business object when used in object-oriented programming, is a representation of parts of a business, A business object may represent, for example, a person, place, event, business process, or concept and exist as for example and invoice, a product, a transaction or even details of a person.

Although classes may contain executing or management behaviors, a business object is usually inert holding sets of instance variables or properties.A business object may also make client data requests to the Data Access Object (DAO) and receive data through the Transfer Object (TO).

Business objects enable designers to design software in manageable pieces by breaking the business down into a modular form and separating each function into a software object so that as development progresses, increasing complexity can be added without huge changes to the other objects. The layered architecture protects the application functional objects such as the TO and DAO from the client business objects.

Business objects are defined formally as:

Business Name: The term used to classify a business object.

Business Definition: Statement of the meaning and purpose of the business object.
Attributes: Facts relating to the purpose of the business object.
Behavior: The activities that a business object engages in such as interacting with other objects, recognizing events and changing attributes accordingly.
Relationship: The association between business objects that is a reflection of the inter-relationships between their business purposes and the interactions therein.
Business Rules: The rules by which the behavior, relationships and attributes of a business object must abide.
The communication through layers and the DAO, mean that many types of business objects can be developed that can access DBMS and provide very useful manipulations of the data to assist in promoting overall business application functionality. The Business-Application Architecture (BAA) is a protocol for the cooperation of business objects tying together the 3 layers of the business object-oriented model.

Advertisements

Related Terms

Latest Data Management Terms

Related Reading

Margaret Rouse

Margaret Rouse is an award-winning technical writer and teacher known for her ability to explain complex technical subjects to a non-technical, business audience. Over the past twenty years her explanations have appeared on TechTarget websites and she's been cited as an authority in articles by the New York Times, Time Magazine, USA Today, ZDNet, PC Magazine and Discovery Magazine.Margaret's idea of a fun day is helping IT and business professionals learn to speak each other’s highly specialized languages. If you have a suggestion for a new definition or how to improve a technical explanation, please email Margaret or contact her…