Package com.powerupsoftwareengineering.java.immutable.model.sample
package com.powerupsoftwareengineering.java.immutable.model.sample
-
ClassesClassDescriptionA
SampleChildModelObjectis 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.ASampleModelObjectis 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.ASampleParentModelObjectis 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.