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

br.com.objectos.schema.info.LongDefaultValueBuilderPojo Maven / Gradle / Ivy

The newest version!
package br.com.objectos.schema.info;

import javax.annotation.Generated;

@Generated({
    "br.com.objectos.pojo.compiler.PojoCompiler",
    "br.com.objectos.pojo.plugin.StandardBuilderPropertyAction"
})
final class LongDefaultValueBuilderPojo implements LongDefaultValueBuilder, LongDefaultValueBuilder.LongDefaultValueBuilderSet, LongDefaultValueBuilder.LongDefaultValueBuilderNullValue, LongDefaultValueBuilder.LongDefaultValueBuilderLongValue {
  private boolean set;

  private boolean nullValue;

  private long longValue;

  public LongDefaultValueBuilderPojo() {
  }

  @Override
  public LongDefaultValue build() {
    return new LongDefaultValuePojo(this);
  }

  @Override
  public LongDefaultValueBuilder.LongDefaultValueBuilderSet set(boolean set) {
    this.set = set;
    return this;
  }

  boolean ___get___set() {
    return set;
  }

  @Override
  public LongDefaultValueBuilder.LongDefaultValueBuilderNullValue nullValue(boolean nullValue) {
    this.nullValue = nullValue;
    return this;
  }

  boolean ___get___nullValue() {
    return nullValue;
  }

  @Override
  public LongDefaultValueBuilder.LongDefaultValueBuilderLongValue longValue(long longValue) {
    this.longValue = longValue;
    return this;
  }

  long ___get___longValue() {
    return longValue;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy