org.wcb.autohome.interfaces
Interface IX10Module
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- X10Module
- public interface IX10Module
- extends java.io.Serializable
setHouseCode
public void setHouseCode(char a)
setDeviceCode
public void setDeviceCode(int i)
setName
public void setName(java.lang.String sName)
setDescription
public void setDescription(java.lang.String n)
setType
public void setType(int t)
getHouseCode
public char getHouseCode()
getDeviceCode
public int getDeviceCode()
getName
public java.lang.String getName()
getDescription
public java.lang.String getDescription()
getType
public int getType()
getFullDeviceCode
public java.lang.String getFullDeviceCode()
Copyright © 1999-2004 Walter Bogaardt. All Rights Reserved.