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

com.ajaxjs.framework.News Maven / Gradle / Ivy

Go to download

AJAXJS Web aims to full-stack, not only the server-side framework, but also integrates the front-end library. It'€™s written in HTML5 + Java, a successor to the JVM platform, efficient, secure, stable, cross-platform and many other advantages, but it abandoned the traditional enterprise architecture brought about by the large and bloated, emphasizing the lightweight, and fast, very suitable for the Internet fast application.

There is a newer version: 1.3.0
Show newest version
package com.ajaxjs.framework;

import java.math.BigDecimal;

/**
 * 测试用
 * 
 * @author Frank Cheung
 *
 */
public class News extends BaseModel {

	private static final long serialVersionUID = 438665753522656855L;

	private BigDecimal price;

	public BigDecimal getPrice() {
		return price;
	}

	public void setPrice(BigDecimal price) {
		this.price = price;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy