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

br.com.objectos.code.TestingPackageInfoBuilderPojo Maven / Gradle / Ivy

The newest version!
package br.com.objectos.code;

import javax.annotation.Generated;

@Generated({
    "br.com.objectos.pojo.compiler.PojoCompiler",
    "br.com.objectos.pojo.plugin.StandardBuilderPropertyAction"
})
final class TestingPackageInfoBuilderPojo implements TestingPackageInfoBuilder, TestingPackageInfoBuilder.TestingPackageInfoBuilderName {
  private String name;

  public TestingPackageInfoBuilderPojo() {
  }

  @Override
  public TestingPackageInfo build() {
    return new TestingPackageInfoPojo(this);
  }

  @Override
  public TestingPackageInfoBuilder.TestingPackageInfoBuilderName name(String name) {
    if (name == null) {
      throw new NullPointerException();
    }
    this.name = name;
    return this;
  }

  String ___get___name() {
    return name;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy