Package de.xima.fc.gui.common.model.push
Class RemoteCommandPushData
- java.lang.Object
 - 
- de.xima.fc.gui.common.model.push.RemoteCommandPushData
 
 
- 
- All Implemented Interfaces:
 Serializable
public final class RemoteCommandPushData extends Object implements Serializable
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description RemoteCommandPushData(String[] remoteCommandName, Map<String,Serializable> remoteCommandParams) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getRemoteCommandName()Map<String,Serializable>getRemoteCommandParams() 
 - 
 
- 
- 
Constructor Detail
- 
RemoteCommandPushData
public RemoteCommandPushData(String[] remoteCommandName, Map<String,Serializable> remoteCommandParams)
 
 - 
 
- 
Method Detail
- 
getRemoteCommandName
public String[] getRemoteCommandName()
 
- 
getRemoteCommandParams
public Map<String,Serializable> getRemoteCommandParams()
 
 - 
 
 -