Class DeploymentInfo
- java.lang.Object
-
- org.kie.workbench.common.screens.datasource.management.model.DeploymentInfo
-
- Direct Known Subclasses:
DataSourceDeploymentInfo,DriverDeploymentInfo
public abstract class DeploymentInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdeploymentIdprotected booleanmanaged
-
Constructor Summary
Constructors Constructor Description DeploymentInfo()DeploymentInfo(String deploymentId, boolean managed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDeploymentId()inthashCode()booleanisManaged()
-