Package de.xima.fc.mdl.plugin
Class PluginSyncData
- java.lang.Object
-
- de.xima.fc.mdl.plugin.PluginSyncData
-
- All Implemented Interfaces:
Serializable
public class PluginSyncData extends Object implements Serializable
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginSyncData(IPluginEntity<?,?,?> pluginEntity)
PluginSyncData(IPluginEntity<?,?,?> pluginEntity, boolean delete)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getClientId()
Integer
getConfigVersion()
Integer
getJarVersion()
Long
getPluginDate()
String
getPluginName()
Integer
getPluginVersion()
String
getRuntimeKey()
String
getScopeyKey()
boolean
isActive()
boolean
isDelete()
boolean
isRemoteSync()
String
toString()
-
-
-
Constructor Detail
-
PluginSyncData
public PluginSyncData(IPluginEntity<?,?,?> pluginEntity, boolean delete)
-
PluginSyncData
public PluginSyncData(IPluginEntity<?,?,?> pluginEntity)
-
-
Method Detail
-
isActive
public boolean isActive()
-
isRemoteSync
public boolean isRemoteSync()
-
isDelete
public boolean isDelete()
-
getClientId
public Long getClientId()
-
getScopeyKey
public String getScopeyKey()
-
getRuntimeKey
public String getRuntimeKey()
-
getPluginDate
public Long getPluginDate()
-
getPluginVersion
public Integer getPluginVersion()
-
getJarVersion
public Integer getJarVersion()
-
getConfigVersion
public Integer getConfigVersion()
-
getPluginName
public String getPluginName()
-
-