| Modifier and Type | Field and Description |
|---|---|
protected _B |
_parentBuilder |
protected Receipt |
_storedValue |
| Constructor and Description |
|---|
Builder(_B _parentBuilder,
Receipt _other,
boolean _copy) |
Builder(_B _parentBuilder,
Receipt _other,
boolean _copy,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
| Modifier and Type | Method and Description |
|---|---|
Receipt.Builder<_B> |
addAny(Iterable<?> any)
Adds the given items to the value of "any"
|
Receipt.Builder<_B> |
addAny(Object... any)
Adds the given items to the value of "any"
|
Receipt |
build() |
_B |
end() |
protected <_P extends Receipt> |
init(_P _product) |
Receipt.Builder<_B> |
withAny(Iterable<?> any)
Sets the new value of "any" (any previous value will be replaced)
|
Receipt.Builder<_B> |
withAny(Object... any)
Sets the new value of "any" (any previous value will be replaced)
|
protected final _B _parentBuilder
protected final Receipt _storedValue
public _B end()
protected <_P extends Receipt> _P init(_P _product)
public Receipt.Builder<_B> addAny(Iterable<?> any)
any - Items to add to the value of the "any" propertypublic Receipt.Builder<_B> withAny(Iterable<?> any)
any - New value of the "any" property.public Receipt.Builder<_B> addAny(Object... any)
any - Items to add to the value of the "any" propertypublic Receipt.Builder<_B> withAny(Object... any)
any - New value of the "any" property.public Receipt build()
build in interface com.kscs.util.jaxb.BuildableCopyright © 2022 NorStella. All rights reserved.