|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Mutate
Indicates that the annotated set method should be modified
during duplicate generation. This annotation should be used only with
one-parameter set methods that return void and follow the Java
Beans programming conventions.
| Required Element Summary | |
|---|---|
String |
name
Deprecated. The name of an FieldMutatorInstance object |
| Optional Element Summary | |
|---|---|
String[] |
groups
Deprecated. The named groups of mutators of which this mutator is a member. |
| Element Detail |
|---|
public abstract String name
public abstract String[] groups
twin group, a family group, a
household group, and a default all group. There
might be only two mutators in the twin which modifies the
first and middle names of a person. There might an additional mutator in
the family group which modifies the birth date field. There
might be an additional mutator in the household group which modifies the
last name field. Finally, the address mutator might be part of the
default unrelated group, in addition to all of the other
mutators.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||