Interface ItemBuilder<T extends ListField,B extends ItemBuilder> 
- All Known Subinterfaces:
- ListItemBuilder,- PriorityItemBuilder,- StatusItemBuilder
public interface ItemBuilder<T extends ListField,B extends ItemBuilder> 
Item
- 
Method Summary
- 
Method Details- 
getFieldT getField()Gets the field the list item belongs to- Returns:
- The field
 
- 
fieldSet the field the list item belongs to- Parameters:
- field-
- Returns:
- The ItemBuilder
 
 
-