com.eurotech.framework.core.deployment
Class XmlBundleInfo

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

public class XmlBundleInfo
extends Object


Field Summary
 String name
           
 String version
           
 
Constructor Summary
XmlBundleInfo()
           
 
Method Summary
 String getName()
           
 String getVersion()
           
 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
Constructor Detail

XmlBundleInfo

public XmlBundleInfo()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getVersion

public String getVersion()

setVersion

public void setVersion(String version)


Copyright © 2013. All Rights Reserved.