官术网_书友最值得收藏!

News

This class represents news in our domain, for now, it does not have any behaviors. Only properties and getters/setters are exposed; in the future, we will add some behaviors:

package springfive.cms.domain.models;

import java.util.Set;
import lombok.Data;

@Data
public class News {

String id;

String title;

String content;

User author;

Set<User> mandatoryReviewers;

Set<Review> reviewers;

Set<Category> categories;

Set<Tag> tags;

}

The Review class can be found at GitHub: (https://github.com/PacktPublishing/Spring-5.0-By-Example/tree/master/Chapter02/src/main/java/springfive/cms/domain/models).

As we can see, they are simple Java classes which represent our CMS application domain. It is the heart of our application, and all the domain logic will reside in these classes. It is an important characteristic.

主站蜘蛛池模板: 邵东县| 芜湖县| 康平县| 湟源县| 绥芬河市| 安丘市| 安丘市| 泽普县| 西乡县| 西乡县| 毕节市| 元谋县| 南漳县| 旌德县| 南皮县| 阿合奇县| 凤山市| 綦江县| 邛崃市| 虎林市| 西宁市| 舒城县| 石河子市| 化德县| 徐闻县| 内丘县| 颍上县| 许昌市| 威远县| 富川| 新宁县| 什邡市| 五家渠市| 万荣县| 洪雅县| 小金县| 贵港市| 仁怀市| 平顺县| 浦城县| 桐庐县|