Example #1
0
 public virtual Builder setId(AtomicInteger id)
 {
     this._id = id.incrementAndGet();
     return(this);
 }