org.codehaus.tycho.osgitest
Class BundleStartLevel

java.lang.Object
  extended by org.codehaus.tycho.osgitest.BundleStartLevel

public class BundleStartLevel
extends Object


Constructor Summary
BundleStartLevel()
           
BundleStartLevel(String id, int level, boolean autoStart)
           
 
Method Summary
 String getId()
           
 int getLevel()
           
 boolean isAutoStart()
           
 void setAutoStart(boolean autoStart)
           
 void setId(String id)
           
 void setLevel(int level)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleStartLevel

public BundleStartLevel()

BundleStartLevel

public BundleStartLevel(String id,
                        int level,
                        boolean autoStart)
Method Detail

getId

public String getId()

setId

public void setId(String id)

getLevel

public int getLevel()

setLevel

public void setLevel(int level)

setAutoStart

public void setAutoStart(boolean autoStart)

isAutoStart

public boolean isAutoStart()


Copyright © 2008-2011. All Rights Reserved.