Package ch.aaap.harvestclient.domain
Interface EstimateItem
- All Superinterfaces:
 Reference<EstimateItem>
@TypeAdapters(fieldNamingStrategy=true)
@Immutable
@Enclosing
public interface EstimateItem
extends Reference<EstimateItem>
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe category that is stored in getKind() as a String - 
Method Summary
 
- 
Method Details
- 
getId
- Specified by:
 getIdin interfaceReference<EstimateItem>
 - 
getKind
String getKind()- Returns:
 - the estimate Item category name
 
 - 
getDescription
max length = 65,535- Returns:
 - the current value
 
 - 
getQuantity
 - 
getUnitPrice
Double getUnitPrice() - 
getAmount
 - 
getTaxed
 - 
getTaxed2
 
 -