Package flexagon.fd.model.pojos.plugin
Class PluginOperation
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model.pojos.plugin.PluginOperation
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetPluginId(Long pPluginId) voidsetPluginName(String pPluginName) voidsetPluginOperationName(String pPluginOperationName) voidsetPropertySetId(Long pPropertySetId) toString()Returns custom String representation implemented by walking complete object structure.
-
Constructor Details
-
PluginOperation
public PluginOperation()
-
-
Method Details
-
setPluginName
-
getPluginName
-
setPluginId
-
getPluginId
-
setPluginOperationName
-
getPluginOperationName
-
setPropertySetId
-
getPropertySetId
-
equals
-
hashCode
public int hashCode() -
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure.
-