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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Sets the value of the messages attribute.Sets the value of the name attribute.parentBundle(String aValue) Sets the value of the parentBundle attribute.
-
Field Details
-
name
-
messages
-
parentBundle
-
-
Constructor Details
-
LocalizationBundleBuilder
public LocalizationBundleBuilder()
-
-
Method Details
-
name
Sets the value of the name attribute. -
messages
Sets the value of the messages attribute. -
parentBundle
Sets the value of the parentBundle attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<LocalizationBundle>
-