org.kie.services.client.serialization.jaxb.impl.deploy
Class JaxbDeploymentUnit
java.lang.Object
org.kie.services.client.serialization.jaxb.impl.deploy.JaxbDeploymentUnit
- All Implemented Interfaces:
- org.kie.internal.deployment.DeploymentUnit
public class JaxbDeploymentUnit
- extends Object
- implements org.kie.internal.deployment.DeploymentUnit
| Nested classes/interfaces inherited from interface org.kie.internal.deployment.DeploymentUnit |
org.kie.internal.deployment.DeploymentUnit.RuntimeStrategy |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxbDeploymentUnit
public JaxbDeploymentUnit()
JaxbDeploymentUnit
public JaxbDeploymentUnit(String groupId,
String artifactId,
String version)
JaxbDeploymentUnit
public JaxbDeploymentUnit(String groupId,
String artifactId,
String version,
String kbaseName,
String ksessionName)
getGroupId
public String getGroupId()
setGroupId
public void setGroupId(String groupId)
getArtifactId
public String getArtifactId()
setArtifactId
public void setArtifactId(String artifactId)
getVersion
public String getVersion()
setVersion
public void setVersion(String version)
getKbaseName
public String getKbaseName()
setKbaseName
public void setKbaseName(String kbaseName)
getKsessionName
public String getKsessionName()
setKsessionName
public void setKsessionName(String ksessionName)
getStrategy
public org.kie.internal.deployment.DeploymentUnit.RuntimeStrategy getStrategy()
- Specified by:
getStrategy in interface org.kie.internal.deployment.DeploymentUnit
setStrategy
public void setStrategy(org.kie.internal.deployment.DeploymentUnit.RuntimeStrategy strategy)
getStatus
public JaxbDeploymentUnit.JaxbDeploymentStatus getStatus()
setStatus
public void setStatus(JaxbDeploymentUnit.JaxbDeploymentStatus status)
getIdentifier
public String getIdentifier()
- Specified by:
getIdentifier in interface org.kie.internal.deployment.DeploymentUnit
setIdentifier
public void setIdentifier(String newId)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.