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 Object implements net.anotheria.asg.data.Builder<LocalizationBundle>
-
-
Constructor Summary
Constructors Constructor Description LocalizationBundleBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalizationBundlebuild()LocalizationBundleBuildermessages(String aValue)Sets the value of the messages attribute.LocalizationBundleBuildername(String aValue)Sets the value of the name attribute.LocalizationBundleBuilderparentBundle(String aValue)Sets the value of the parentBundle attribute.
-
-
-
Method Detail
-
name
public LocalizationBundleBuilder name(String aValue)
Sets the value of the name attribute.
-
messages
public LocalizationBundleBuilder messages(String aValue)
Sets the value of the messages attribute.
-
parentBundle
public LocalizationBundleBuilder parentBundle(String aValue)
Sets the value of the parentBundle attribute.
-
build
public LocalizationBundle build()
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<LocalizationBundle>
-
-