aspose file tools
The moose likes Beginning Java and the fly likes what is the purpose of a business object? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "what is the purpose of a business object?" Watch "what is the purpose of a business object?" New topic
Author

what is the purpose of a business object?

Salue Lek
Greenhorn

Joined: Jul 13, 2001
Posts: 4

Are there certain methods that always go with business objects?
Salue
Cindy Glass
"The Hood"
Sheriff

Joined: Sep 29, 2000
Posts: 8521
The methods are tied into the functionality required of the Business Object. Therefore they can be radically different.


"JavaRanch, where the deer and the Certified play" - David O'Meara
William Barnes
Ranch Hand

Joined: Mar 16, 2001
Posts: 965

A "business" object is something that contains business logic.
So, for example, if you have an application that trades stocks you might have an object that is called "TheMarket" and it could have a method called "MarketOpen()" which returns a boolean indicating if wall street is accepting orders at the moment.
I guess my short answer is no, there are not methods which always go with business objects.
[This message has been edited by christopher foran (edited October 04, 2001).]
[This message has been edited by christopher foran (edited October 04, 2001).]


Please ignore post, I have no idea what I am talking about.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: what is the purpose of a business object?
 
Similar Threads
good time to invest in banks
Business Logic == Business Rule?
San Francisco May Charge for Grocery Bags
WA #1.....word association
Handling business projects but needs to work closely with IT.