edu.uchicago.cs.java.lec03.peeps
Class Robot

java.lang.Object
  extended by edu.uchicago.cs.java.lec03.peeps.Robot
All Implemented Interfaces:
Speakable

public class Robot
extends java.lang.Object
implements Speakable


Field Summary
private  int nGigabyte
           
 
Constructor Summary
Robot(int gigabyte)
           
 
Method Summary
 int getGigabyte()
           
 void setGigabyte(int gigabyte)
           
 java.lang.String speak()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nGigabyte

private int nGigabyte
Constructor Detail

Robot

public Robot(int gigabyte)
Method Detail

getGigabyte

public int getGigabyte()

setGigabyte

public void setGigabyte(int gigabyte)

speak

public java.lang.String speak()
Specified by:
speak in interface Speakable