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
-
performBusinessOperation
Perform business operation.- Parameters:
value- the value- Returns:
- the string
-