SysPhotoEntity.java 767 Bytes
package com.hmit.kernes.entity;

public class SysPhotoEntity {

	private Integer id;
	private String title;
	private String menuId;
	private String regDate;
	private String atta;
	public Integer getId() {
		return id;
	}
	public void setId(Integer id) {
		this.id = id;
	}
	public String getTitle() {
		return title;
	}
	public void setTitle(String title) {
		this.title = title;
	}
	public String getMenuId() {
		return menuId;
	}
	public void setMenuId(String menuId) {
		this.menuId = menuId;
	}
	public String getRegDate() {
		return regDate;
	}
	public void setRegDate(String regDate) {
		this.regDate = regDate;
	}
	public String getAtta() {
		return atta;
	}
	public void setAtta(String atta) {
		this.atta = atta;
	}
}