Class AbstractBaseBuilder

    • Constructor Detail

      • AbstractBaseBuilder

        public AbstractBaseBuilder()
    • Method Detail

      • setBuilt

        protected final void setBuilt​(boolean built)
        Sets the built status of the builder.
        Parameters:
        built - the built status of the builder
      • isBuilt

        public final boolean isBuilt()
        Description copied from interface: IsBuilder
        Returns true if new object has been already created by the builder.
        Specified by:
        isBuilt in interface IsBuilder
        Returns:
        true if new object has been already created by the builder