public static class ApproximableDate.Builder extends Object implements IBuilder, Serializable
IBuilder
,
Serialized FormConstructor and Description |
---|
Builder()
Empty constructor
|
Builder(ApproximableDate approximableDate)
Constructor which starts from an existing component.
|
Modifier and Type | Method and Description |
---|---|
ApproximableDate |
commit()
Finalizes the data gathered for this builder instance.
|
String |
getApproximableDate()
Builder accessor for the approximableDate
|
String |
getApproximation()
Builder accessor for the approximation
|
String |
getDescription()
Builder accessor for the description
|
String |
getName()
Builder accessor for the name of the element
|
String |
getSearchableEnd()
Builder accessor for the searchableEnd
|
String |
getSearchableStart()
Builder accessor for the searchableStart
|
boolean |
isEmpty()
Does not include the element name.
|
void |
setApproximableDate(String approximableDate)
Builder accessor for the approximableDate
|
void |
setApproximation(String approximation)
Builder accessor for the approximation
|
void |
setDescription(String description)
Builder accessor for the description
|
void |
setName(String name)
Builder accessor for the name of the element
|
void |
setSearchableEnd(String searchableEnd)
Builder accessor for the searchableEnd
|
void |
setSearchableStart(String searchableStart)
Builder accessor for the searchableStart
|
public Builder()
public Builder(ApproximableDate approximableDate)
public ApproximableDate commit() throws InvalidDDMSException
IBuilder
commit
in interface IBuilder
InvalidDDMSException
- if any required information is missing or malformedIBuilder.commit()
public boolean isEmpty()
isEmpty
in interface IBuilder
IBuilder.isEmpty()
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getApproximableDate()
public void setApproximableDate(String approximableDate)
public String getApproximation()
public void setApproximation(String approximation)
public String getSearchableStart()
public void setSearchableStart(String searchableStart)
public String getSearchableEnd()
public void setSearchableEnd(String searchableEnd)
Copyright 2010 - 2019 by Brian Uri!
Generated on 09/15/2016 12:36 PM
https://ddmsence.urizone.net/