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 MandantgetClient()Getter for the current client of the backend UI.BenutzergetUser()Getter for the current user of the backend UI. 
 - 
 
- 
- 
Method Detail
- 
getClient
public Mandant getClient()
Description copied from interface:IPluginMenuEntriesParamsGetter for the current client of the backend UI.- Specified by:
 getClientin interfaceIPluginMenuEntriesParams- Returns:
 Mandantthe current client
 
- 
getUser
public Benutzer getUser()
Description copied from interface:IPluginMenuEntriesParamsGetter for the current user of the backend UI.- Specified by:
 getUserin interfaceIPluginMenuEntriesParams- Returns:
 Benutzerthe current user
 
 - 
 
 -