Type | Name and description |
---|---|
java.util.Optional<ProjectIdentifier> |
associatedProject Sets an associated project |
java.lang.String |
checksum |
Customer |
customer |
java.util.Optional<java.lang.String> |
experimentalDesign |
java.util.Date |
expirationDate |
OfferId |
identifier |
java.util.List<ProductItem> |
items |
java.util.List<ProductItem> |
itemsWithOverhead |
double |
itemsWithOverheadNet |
java.util.List<ProductItem> |
itemsWithoutOverhead |
double |
itemsWithoutOverheadNet |
java.util.Date |
modificationDate |
double |
netPrice |
double |
overheadRatio |
double |
overheads |
java.lang.String |
projectDescription @deprecated Replaced with projectObjective, since 2.1.0 |
ProjectManager |
projectManager |
java.lang.String |
projectObjective |
java.lang.String |
projectTitle |
Affiliation |
selectedCustomerAffiliation |
double |
taxes |
double |
totalPrice |
Constructor and description |
---|
Offer.Builder
(Customer customer, ProjectManager projectManager, java.lang.String projectTitle, java.lang.String projectObjective, Affiliation selectedCustomerAffiliation) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Sets an associated project
Groovy Documentation