Class ProjectBaseData
java.lang.Object
de.xima.fc.common.project.ProjectBaseData
- All Implemented Interfaces:
Serializable
Basic data about a client.
- Since:
- 8.5.0
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ProjectBaseData.Builderbuilder()Creates a new builder forProjectBaseData.id()Gets the unique ID of the project.name()Gets the name of the project.
-
Method Details
-
id
Gets the unique ID of the project. -
name
Gets the name of the project. -
builder
Creates a new builder forProjectBaseData.- Returns:
- A new builder.
-