@Entity public class Residence extends Object
private String
city
private int
id
state
protected
Residence()
Residence(int id)
Residence(String city, String state)
String
getCity()
int
getId()
getState()
void
setCity(String city)
setState(String state)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private int id
private String city
private String state
protected Residence()
public Residence(int id)
public Residence(String city, String state)
public int getId()
public String getCity()
public void setCity(String city)
public String getState()
public void setState(String state)
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.