|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.technicalconnector.ra.domain.LocalizedString.Builder
public static final class LocalizedString.Builder
LocalizedString
builder static inner class.
Method Summary | |
---|---|
LocalizedString |
build()
Returns a LocalizedString built from the parameters previously set. |
LocalizedString.Builder |
lang(String lang)
Sets the lang and returns a reference to this Builder so that the methods can be chained together. |
LocalizedString.Builder |
value(String value)
Sets the value and returns a reference to this Builder so that the methods can be chained together. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public LocalizedString.Builder value(String value)
value
and returns a reference to this Builder so that the methods can be chained together.
value
- the value
to set
public LocalizedString.Builder lang(String lang)
lang
and returns a reference to this Builder so that the methods can be chained together.
lang
- the lang
to set
public LocalizedString build()
LocalizedString
built from the parameters previously set.
LocalizedString
built with parameters of this LocalizedString.Builder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |