org.wcb.autohome.interfaces
Interface IX10Module

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
X10Module

public interface IX10Module
extends java.io.Serializable


Method Summary
 java.lang.String getDescription()
           
 int getDeviceCode()
           
 java.lang.String getFullDeviceCode()
           
 char getHouseCode()
           
 java.lang.String getName()
           
 int getType()
           
 void setDescription(java.lang.String n)
           
 void setDeviceCode(int i)
           
 void setHouseCode(char a)
           
 void setName(java.lang.String sName)
           
 void setType(int t)
           
 

Method Detail

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.