Class Getter
- 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.Getter
-
public class Getter extends AbstractBeanMethod
-
-
Field Summary
-
Fields inherited from class net.anwiba.tools.generator.java.bean.configuration.AbstractMethod
name
-
-
Constructor Summary
Constructors Constructor Description Getter(java.lang.String name, boolean isEnabled, boolean namedValueGetterEnabled, java.util.List<Annotation> annotations, java.lang.String comment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisNamedValueGetterEnabled()-
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
-
Getter
public Getter(java.lang.String name, boolean isEnabled, boolean namedValueGetterEnabled, java.util.List<Annotation> annotations, java.lang.String comment)
-
-