package com.nxdcms.entity; public class collegedictionary { private int collegeId; private String name; public int getCollegeId() { return collegeId; } public void setCollegeId(int collegeId) { this.collegeId = collegeId; } public String getName() { return name; } public void setName(String name) { this.name = name; } }