public class PluginSyncData extends Object implements Serializable
Constructor and Description |
---|
PluginSyncData(IPluginEntity<?,?,?> pluginEntity) |
PluginSyncData(IPluginEntity<?,?,?> pluginEntity,
boolean delete) |
Modifier and Type | Method and 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() |
public PluginSyncData(IPluginEntity<?,?,?> pluginEntity, boolean delete)
public PluginSyncData(IPluginEntity<?,?,?> pluginEntity)
public boolean isActive()
public boolean isRemoteSync()
public boolean isDelete()
public Long getClientId()
public String getScopeyKey()
public String getRuntimeKey()
public Long getPluginDate()
public Integer getPluginVersion()
public Integer getJarVersion()
public Integer getConfigVersion()
public String getPluginName()
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.