org.universAAL.lddi.fs20.connect
Class FS20Event

Package class diagram package FS20Event
java.lang.Object
  extended by org.universAAL.lddi.fs20.connect.FS20Event

public class FS20Event
extends Object


Field Summary
protected  byte button
           
protected  byte function
           
protected  int houseCode
           
 
Constructor Summary
FS20Event(int houseCode, byte function, byte button)
           
 
Method Summary
 byte getButton()
           
 byte getFunction()
           
 int getHouseCode()
           
 void setButton(byte button)
           
 void setFunction(byte function)
           
 void setHouseCode(int houseCode)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

houseCode

protected int houseCode

function

protected byte function

button

protected byte button
Constructor Detail

FS20Event

public FS20Event(int houseCode,
                 byte function,
                 byte button)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getButton

public byte getButton()
Returns:
the button

setButton

public void setButton(byte button)
Parameters:
button - the button to set

getFunction

public byte getFunction()
Returns:
the function

setFunction

public void setFunction(byte function)
Parameters:
function - the function to set

getHouseCode

public int getHouseCode()
Returns:
the houseCode

setHouseCode

public void setHouseCode(int houseCode)
Parameters:
houseCode - the houseCode to set


Copyright © 2014 universAAL Consortium. All Rights Reserved.