Class ProjectBaseData

java.lang.Object
de.xima.fc.common.project.ProjectBaseData
All Implemented Interfaces:
Serializable

public class ProjectBaseData extends Object implements Serializable
Basic data about a client.
Since:
8.5.0
See Also:
  • Method Details

    • id

      public Long id()
      Gets the unique ID of the project.
    • name

      public String name()
      Gets the name of the project.
    • builder

      public static ProjectBaseData.Builder builder()
      Creates a new builder for ProjectBaseData.
      Returns:
      A new builder.