Class PluginMenuEntriesParams
- java.lang.Object
-
- de.xima.fc.plugin.models.params.backend.PluginMenuEntriesParams
-
- All Implemented Interfaces:
IPluginParameters
,IPluginMenuEntriesParams
,Serializable
public class PluginMenuEntriesParams extends Object implements IPluginMenuEntriesParams
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginMenuEntriesParams(Mandant client, Benutzer user)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Mandant
getClient()
Getter for the current client of the backend UI.Benutzer
getUser()
Getter for the current user of the backend UI.
-
-
-
Method Detail
-
getClient
public Mandant getClient()
Description copied from interface:IPluginMenuEntriesParams
Getter for the current client of the backend UI.- Specified by:
getClient
in interfaceIPluginMenuEntriesParams
- Returns:
Mandant
the current client
-
getUser
public Benutzer getUser()
Description copied from interface:IPluginMenuEntriesParams
Getter for the current user of the backend UI.- Specified by:
getUser
in interfaceIPluginMenuEntriesParams
- Returns:
Benutzer
the current user
-
-