Class BookParentChildNode

  • All Implemented Interfaces:
    Serializable

    public class BookParentChildNode
    extends ParentChildNode<BookParentChildNode>
    The BookParentChildNode is an instance of ParentChildNode which provides a business model for use throughout the parent child service. It contains all the data for a book node that corresponds to the columns of a the book hierarchy data store. Columns in the book node datastore that are strings, but are better represented as boolean in a Java object, are represented as boolean in this data model. This data model, extending from the ParentChildNode class, allows the book nodes to be structured as a tree. This class along with ParentChildNode is intended to be a POJO. No annotations are added to this class.
    Author:
    ActiveViam
    See Also:
    Serialized Form