fr.etai.xat2v2.builder
Class FormatedDateBuilder

java.lang.Object
  extended by fr.etai.xat2v2.builder.AbstractBuilder<FormatedDate>
      extended by fr.etai.xat2v2.builder.FormatedDateBuilder

public class FormatedDateBuilder
extends AbstractBuilder<FormatedDate>


Constructor Summary
FormatedDateBuilder()
           
 
Method Summary
 FormatedDate build()
          Build the object
 FormatedDateBuilder reset()
          Reset the builder so that it can be used to build a brand new object
 FormatedDateBuilder setDate(Date date)
           
 FormatedDateBuilder setFormat(String format)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatedDateBuilder

public FormatedDateBuilder()
Method Detail

setDate

public FormatedDateBuilder setDate(Date date)

setFormat

public FormatedDateBuilder setFormat(String format)

build

public FormatedDate build()
Description copied from class: AbstractBuilder
Build the object

Specified by:
build in class AbstractBuilder<FormatedDate>
Returns:

reset

public FormatedDateBuilder reset()
Description copied from class: AbstractBuilder
Reset the builder so that it can be used to build a brand new object

Specified by:
reset in class AbstractBuilder<FormatedDate>


Copyright © 2012. All Rights Reserved.