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

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.

主站蜘蛛池模板: 德昌县| 彝良县| 西城区| 宿松县| 竹北市| 紫金县| 灌南县| 玉田县| 沁水县| 鄂尔多斯市| 普宁市| 涟源市| 东宁县| 沅陵县| 句容市| 称多县| 会理县| 衢州市| 衡水市| 永定县| 叙永县| 灯塔市| 广安市| 永康市| 兴山县| 左云县| 宁津县| 乌审旗| 山西省| 阿拉善左旗| 平武县| 屯门区| 林州市| 米林县| 崇礼县| 乌海市| 沁水县| 隆德县| 德保县| 陆良县| 眉山市|