Class ProjectBaseData.Builder
java.lang.Object
de.xima.fc.common.project.ProjectBaseData.Builder
- Enclosing class:
ProjectBaseData
Builder for a
ProjectBaseData.- Since:
- 8.5.0
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds theProjectBaseData.Sets the unique ID of the project.Sets the name of the project.
-
Method Details
-
build
-
id
Sets the unique ID of the project.- Parameters:
id- The unique ID.- Returns:
- The builder.
-
name
Sets the name of the project.- Parameters:
name- The name.- Returns:
- The builder.
-