Class Setter
- java.lang.Object
-
- net.anwiba.tools.generator.java.bean.configuration.AbstractMethod
-
- net.anwiba.tools.generator.java.bean.configuration.AbstractBeanMethod
-
- net.anwiba.tools.generator.java.bean.configuration.Setter
-
public class Setter extends AbstractBeanMethod
-
-
Field Summary
-
Fields inherited from class net.anwiba.tools.generator.java.bean.configuration.AbstractMethod
name
-
-
Constructor Summary
Constructors Constructor Description Setter(java.lang.String name, boolean isEnabled, boolean isSingleValue, boolean isMultiValue, java.util.List<Annotation> annotations, java.lang.String comment, Argument argument, java.util.Map<java.lang.String,java.util.List<Annotation>> map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisMultiValue()booleanisSingleValue()-
Methods inherited from class net.anwiba.tools.generator.java.bean.configuration.AbstractBeanMethod
isEnabled
-
Methods inherited from class net.anwiba.tools.generator.java.bean.configuration.AbstractMethod
annotations, arguments, comment, name
-
-
-
-
Constructor Detail
-
Setter
public Setter(java.lang.String name, boolean isEnabled, boolean isSingleValue, boolean isMultiValue, java.util.List<Annotation> annotations, java.lang.String comment, Argument argument, java.util.Map<java.lang.String,java.util.List<Annotation>> map)
-
-