Describes a product for project management services.
| Constructor and description |
|---|
ProjectManagement
(java.lang.String name, java.lang.String description, double unitPrice, ProductUnit unit, java.lang.String runningNumber)Basic product constructor. |
ProjectManagement
(java.lang.String name, java.lang.String description, double unitPrice, ProductUnit unit, long runningNumber)Basic product constructor. |
Basic product constructor. Checks that all passed arguments are not null.
name - The name of the product.description - The description of what the product is about.unitPrice - The price in € per unitunit - The product unitrunningNumber - Number used in conjunction with ProductTypeProductType to identify productBasic product constructor. Checks that all passed arguments are not null.
name - The name of the product.description - The description of what the product is about.unitPrice - The price in € per unitunit - The product unitrunningNumber - Number used in conjunction with ProductTypeProductType to identify product