bookExamples.ch06RefDataTypes
Class SetterGetter

java.lang.Object
  extended by bookExamples.ch06RefDataTypes.SetterGetter

public class SetterGetter
extends java.lang.Object

Created by IntelliJ IDEA. User: lyon Date: Feb 16, 2010 Time: 5:54:05 PM To change this template use File | Settings | File Templates.


Constructor Summary
SetterGetter()
           
 
Method Summary
 int getC()
           
 int getSocialSecurityNumber()
           
 boolean isTall()
           
 void setB(int b)
           
 void setSocialSecurityNumber(int socialSecurityNumber)
           
 void setTall(boolean tall)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetterGetter

public SetterGetter()
Method Detail

setB

public void setB(int b)

getC

public int getC()

getSocialSecurityNumber

public int getSocialSecurityNumber()

setSocialSecurityNumber

public void setSocialSecurityNumber(int socialSecurityNumber)

isTall

public boolean isTall()

setTall

public void setTall(boolean tall)