Package com.powerupsoftwareengineering.java.immutable.model.sample


package com.powerupsoftwareengineering.java.immutable.model.sample
  • Classes
    Class
    Description
    A SampleChildModelObject is a sample of a child class that uses a common parent which uses the immutable model object pattern.
    The builder class provides the ability to populate all the values of a model object, validate if the model object content, and provide an immutable version of the model object.
    A SampleModelObject is a sample model object designed to show how to use the Immutable model object functionality.
    The builder class provides the ability to populate all the values of a model object, validate if the model object content, and provide an immutable version of the model object.
    A SampleParentModelObject is a sample of a parent object that implements the immutable object pattern.
    The builder class provides the ability to populate all the values of a model object, validate if the model object content, and provide an immutable version of the model object.