Class LocalizationBundleBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.asresourcedata.data.LocalizationBundleBuilder
-
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<LocalizationBundle>
public class LocalizationBundleBuilder extends java.lang.Object implements net.anotheria.asg.data.Builder<LocalizationBundle>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringmessagesprotected java.lang.Stringnameprotected java.lang.StringparentBundle
-
Constructor Summary
Constructors Constructor Description LocalizationBundleBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalizationBundlebuild()LocalizationBundleBuildermessages(java.lang.String aValue)Sets the value of the messages attribute.LocalizationBundleBuildername(java.lang.String aValue)Sets the value of the name attribute.LocalizationBundleBuilderparentBundle(java.lang.String aValue)Sets the value of the parentBundle attribute.
-
-
-
Method Detail
-
name
public LocalizationBundleBuilder name(java.lang.String aValue)
Sets the value of the name attribute.
-
messages
public LocalizationBundleBuilder messages(java.lang.String aValue)
Sets the value of the messages attribute.
-
parentBundle
public LocalizationBundleBuilder parentBundle(java.lang.String aValue)
Sets the value of the parentBundle attribute.
-
build
public LocalizationBundle build()
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<LocalizationBundle>
-
-