Deletes the project from database.
exception: ProjectManagementBusinessException - if an error occursdeleting data (usually due to an underlying data layererror).
Gets the customer.
the customer. exception: ProjectManagementBusinessException - if an error occursretrieving data (usually due to an underlying data layererror).
Gets the object id for the project
the object id. exception: ProjectManagementBusinessException - if an error occursretrieving data (usually due to an underlying data layererror).
Gets the money per hour for the project
the money per hour. exception: ProjectManagementBusinessException - if an error occursretrieving data (usually due to an underlying data layererror).
Gets the name for the project
the name. exception: ProjectManagementBusinessException - if an error occursretrieving data (usually due to an underlying data layererror).
Commits all changes to the database.
exception: ProjectManagementBusinessException - if an error occursretrieving data (usually due to an underlying data layererror).
Sets the customer for the project.
Parameters: the - customer. exception: ProjectManagementBusinessException - if an error occurssetting the data (usually due to an underlying data layererror).
Sets the money per hour for the project.
Parameters: the - money per hour. exception: ProjectManagementBusinessException - if an error occurssetting the data (usually due to an underlying data layererror).
Sets the name for the project.
Parameters: the - name. exception: ProjectManagementBusinessException - if an error occurssetting the data (usually due to an underlying data layererror).