com.eurotech.demo.power.system.compressor
Class CompressorError

java.lang.Object
  extended by com.eurotech.demo.power.system.compressor.CompressorError

public class CompressorError
extends Object


Constructor Summary
CompressorError()
           
 
Method Summary
 short getCode()
           
 short getDay()
           
 short getMonth()
           
 short getYear()
           
 void setCode(short code)
           
 void setDay(short day)
           
 void setMonth(short month)
           
 void setYear(short year)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompressorError

public CompressorError()
Method Detail

getCode

public short getCode()

setCode

public void setCode(short code)

getDay

public short getDay()

setDay

public void setDay(short day)

getMonth

public short getMonth()

setMonth

public void setMonth(short month)

getYear

public short getYear()

setYear

public void setYear(short year)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.