45) RegionsDTO

hahahoho셍·2021년 5월 1일
0

자바 공부

목록 보기
48/97
package ex07_jdbc;
//dto : 데이터를 담아서 옮기는 목적
public class RegionsDTO {
	private int region_id;
	private String region_name;
	
	public RegionsDTO() {
		super();
	}
	public RegionsDTO(int region_id, String region_name) {
		super();
		this.region_id = region_id;
		this.region_name = region_name;
	}
	public int getRegion_id() {
		return region_id;
	}
	public void setRegion_id(int region_id) {
		this.region_id = region_id;
	}
	public String getRegion_name() {
		return region_name;
	}
	public void setRegion_name(String region_name) {
		this.region_name = region_name;
	}
	@Override
	public String toString() {
		return "RegionsDTO [region_id=" + region_id + ", region_name=" + region_name + "]";
	}
	
	
	
}
profile
그냥 공부 한거 적는 벨로그 하하하핳ㅎ하하하핳하ㅏ

0개의 댓글

관련 채용 정보