Package overit.geocall.basic
Class RootCaller
java.lang.Object
overit.geocall.basic.RootCaller
- All Implemented Interfaces:
Identified
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns theIdentityassociated to the componentvoidsetIdentity(Identity identity) Sets theIdentityto the component
-
Field Details
-
_identity
-
-
Constructor Details
-
RootCaller
public RootCaller() -
RootCaller
-
-
Method Details
-
setIdentity
Description copied from interface:IdentifiedSets theIdentityto the component- Specified by:
setIdentityin interfaceIdentified- Parameters:
identity- The Identity that must be associated to the component
-
getIdentity
Description copied from interface:IdentifiedReturns theIdentityassociated to the component- Specified by:
getIdentityin interfaceIdentified- Returns:
- The Identity of the user currently logged in the application
-