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

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.

主站蜘蛛池模板: 通辽市| 达日县| 隆尧县| 大荔县| 扬中市| 左贡县| 泰安市| 伊川县| 凤庆县| 错那县| 米脂县| 泽普县| 镇安县| 宝兴县| 宁国市| 张家港市| 汉沽区| 甘肃省| 司法| 嵩明县| 仪征市| 南宁市| 安岳县| 卫辉市| 昌黎县| 枣阳市| 长葛市| 新龙县| 昌乐县| 浦北县| 水富县| 肥西县| 武乡县| 上犹县| 成武县| 巴青县| 揭东县| 兴国县| 旺苍县| 正定县| 班戈县|