com.eurotech.framework.core.deployment
Class XmlDeploymentPackage

java.lang.Object
  extended by com.eurotech.framework.core.deployment.XmlDeploymentPackage

public class XmlDeploymentPackage
extends Object


Field Summary
 XmlBundleInfo[] bundleInfos
           
 String name
           
 String version
           
 
Constructor Summary
XmlDeploymentPackage()
           
 
Method Summary
 XmlBundleInfo[] getBundleInfos()
           
 String getName()
           
 String getVersion()
           
 void setBundleInfos(XmlBundleInfo[] bundleInfos)
           
 void setName(String name)
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

version

public String version

bundleInfos

public XmlBundleInfo[] bundleInfos
Constructor Detail

XmlDeploymentPackage

public XmlDeploymentPackage()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getVersion

public String getVersion()

setVersion

public void setVersion(String version)

getBundleInfos

public XmlBundleInfo[] getBundleInfos()

setBundleInfos

public void setBundleInfos(XmlBundleInfo[] bundleInfos)


Copyright © 2013. All Rights Reserved.