KIE Remote Services :: JAXB classes 6.1.0.Final

org.kie.services.client.serialization.jaxb.impl.deploy
Class JaxbDeploymentUnit

java.lang.Object
  extended by 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 Class Summary
static class JaxbDeploymentUnit.JaxbDeploymentStatus
           
 
Nested classes/interfaces inherited from interface org.kie.internal.deployment.DeploymentUnit
org.kie.internal.deployment.DeploymentUnit.RuntimeStrategy
 
Constructor Summary
JaxbDeploymentUnit()
           
JaxbDeploymentUnit(String groupId, String artifactId, String version)
           
JaxbDeploymentUnit(String groupId, String artifactId, String version, String kbaseName, String ksessionName)
           
 
Method Summary
 String getArtifactId()
           
 String getGroupId()
           
 String getIdentifier()
           
 String getKbaseName()
           
 String getKsessionName()
           
 JaxbDeploymentUnit.JaxbDeploymentStatus getStatus()
           
 org.kie.internal.deployment.DeploymentUnit.RuntimeStrategy getStrategy()
           
 String getVersion()
           
 void setArtifactId(String artifactId)
           
 void setGroupId(String groupId)
           
 void setIdentifier(String newId)
           
 void setKbaseName(String kbaseName)
           
 void setKsessionName(String ksessionName)
           
 void setStatus(JaxbDeploymentUnit.JaxbDeploymentStatus status)
           
 void setStrategy(org.kie.internal.deployment.DeploymentUnit.RuntimeStrategy strategy)
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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)

KIE Remote Services :: JAXB classes 6.1.0.Final

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.