public static final class ParamDefEntity.Builder extends ValidatorDefEntity.Builder
| Modifier and Type | Method and Description |
|---|---|
ParamDefEntity |
build()
Builds an abstract entity.
|
ParamDefEntity.Builder |
copyFrom(ParamDefEntity propertyDef)
Copies the values from an other.
|
ParamDefEntity.Builder |
setHolder(String holder)
Sets the holder of this ParamDef.
|
copyFrom, isHidden, isMultiple, setHidden, setMultiplecopyFrom, getName, getThisLogger, getUUID, setName, setName, setUUIDpublic ParamDefEntity build()
build in class AbstractEntity.Builder@Nonnull public final ParamDefEntity.Builder copyFrom(@Nonnull ParamDefEntity propertyDef)
propertyDef - The other.@Nonnull public ParamDefEntity.Builder setHolder(@Nonnull String holder)
The ParamDef holder is used to avoid name collisions with unrelated ParamDef instances. It will be included in the class prefix to avoid such collisions.
holder - The holder.Copyright © 2003-2019 Serge Brisson. All Rights Reserved.