public class AttributeSetterEDate extends AttributeSetter<Date>
AttributeSetter| Constructor and Description |
|---|
AttributeSetterEDate(Random random)
Creates a new AttributeSetter for Date attributes.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
createNewAttribute()
Creates one attribute of type
E. |
Collection<Date> |
createNewAttributes(int maxAmount)
Creates a collection of attributes of type
E. |
getRandompublic AttributeSetterEDate(Random random)
random - Random object used to create attribute valuespublic Date createNewAttribute()
E.
The result is determined by random.createNewAttribute in class AttributeSetter<Date>public Collection<Date> createNewAttributes(int maxAmount)
E.
The result is determined by random.createNewAttributes in class AttributeSetter<Date>maxAmount - the maximum amount of attributes to createCopyright © 2017. All rights reserved.