com.buglabs.osgi.concierge.ui.info
Class BundleExportInfo

java.lang.Object
  extended by com.buglabs.osgi.concierge.ui.info.BundleExportInfo

public class BundleExportInfo
extends java.lang.Object

Author:
Angel Roman - roman@mdesystems.com, ken

Constructor Summary
BundleExportInfo()
           
 
Method Summary
 java.lang.String getLocation()
           
 java.util.List getProjects()
           
 java.util.List getSelectedProjects()
           
 void setLocation(java.lang.String location)
           
 void setProjects(java.util.Vector projects)
           
 void setSelectedProjects(java.util.List selectedProjects)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleExportInfo

public BundleExportInfo()
Method Detail

getLocation

public java.lang.String getLocation()

setLocation

public void setLocation(java.lang.String location)

getProjects

public java.util.List getProjects()

setProjects

public void setProjects(java.util.Vector projects)

getSelectedProjects

public java.util.List getSelectedProjects()

setSelectedProjects

public void setSelectedProjects(java.util.List selectedProjects)