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

com.duoec.doc.doclet.pojo.Book Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package com.duoec.doc.doclet.pojo;

import java.util.Set;

/**
 * @author xuwenzhen
 * @date 18/1/20
 */
public class Book {
    private Set chapterSet;

    private Set entitySet;

    public Set getChapterSet() {
        return chapterSet;
    }

    public void setChapterSet(Set chapterSet) {
        this.chapterSet = chapterSet;
    }

    public Set getEntitySet() {
        return entitySet;
    }

    public void setEntitySet(Set entitySet) {
        this.entitySet = entitySet;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy