All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.seezoon.code.gen.dto.DbTable Maven / Gradle / Ivy

The newest version!
package com.seezoon.code.gen.dto;

public class DbTable {

	private String name;
	private String comment;

	public String getName() {
		return name;
	}

	public void setName(String name) {
		this.name = name;
	}

	public String getComment() {
		return comment;
	}

	public void setComment(String comment) {
		this.comment = comment;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy