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

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.

主站蜘蛛池模板: 上饶市| 安国市| 怀来县| 榆中县| 青龙| 句容市| 博野县| 灵璧县| 汉川市| 仁寿县| 鸡东县| 固原市| 荃湾区| 张家界市| 和静县| 凤山县| 衡南县| 靖宇县| 塔城市| 大英县| 平顶山市| 图们市| 达尔| 淮安市| 吉木乃县| 平定县| 苗栗市| 华安县| 塔城市| 神池县| 巴彦县| 始兴县| 那曲县| 固原市| 长治县| 汾西县| 新乐市| 吴桥县| 错那县| 尖扎县| 定远县|