Package java8testing
Class BusinessService
java.lang.Object
java8testing.BusinessService
The Class BusinessService.
-
Constructor Summary
ConstructorsConstructorDescriptionBusinessService
(Collaborator collaborator) Instantiates a new business service. -
Method Summary
Modifier and TypeMethodDescriptionGets the collaborator.performBusinessOperation
(int value) Perform business operation.
-
Constructor Details
-
BusinessService
Instantiates a new business service.- Parameters:
collaborator
- the collaborator
-
-
Method Details
-
getCollaborator
Gets the collaborator.- Returns:
- the collaborator
-
performBusinessOperation
Perform business operation.- Parameters:
value
- the value- Returns:
- the string
-