net.sf.lavalamp.properties
Class DeviceProperties

java.lang.Object
  extended by net.sf.lavalamp.properties.DeviceProperties

public class DeviceProperties
extends Object


Constructor Summary
DeviceProperties()
           
 
Method Summary
 void check()
           
 BuildProperties[] getBuildProperties()
           
 String getClassName()
           
 String getIdentity()
           
 Off getOff()
           
 OnError getOnError()
           
 String getPath()
           
 boolean isOnWhenSuccessful()
           
 void setBuildProperties(BuildProperties[] buildProperties)
           
 void setClassName(String className)
           
 void setIdentity(String identity)
           
 void setOff(Off off)
           
 void setOnError(OnError onError)
           
 void setOnWhenSuccessful(boolean onWhenSuccessful)
           
 void setPath(String path)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeviceProperties

public DeviceProperties()
Method Detail

getBuildProperties

public BuildProperties[] getBuildProperties()

toString

public String toString()
Overrides:
toString in class Object

check

public void check()

getIdentity

public String getIdentity()

setIdentity

public void setIdentity(String identity)

setBuildProperties

public void setBuildProperties(BuildProperties[] buildProperties)

getOnError

public OnError getOnError()

setOnError

public void setOnError(OnError onError)

getOff

public Off getOff()

setOff

public void setOff(Off off)

getClassName

public String getClassName()

setClassName

public void setClassName(String className)

getPath

public String getPath()

setPath

public void setPath(String path)

isOnWhenSuccessful

public boolean isOnWhenSuccessful()

setOnWhenSuccessful

public void setOnWhenSuccessful(boolean onWhenSuccessful)


Copyright © 2010. All Rights Reserved.