Interface Project

All Superinterfaces:
Component

public interface Project extends Component
Represents project of a building.
Since:
9.12.8
  • Method Details

    • getPhase

      Optional<String> getPhase()
      Returns the phase of the project.
      Returns:
      the phase
      Since:
      9.24.12
    • getLongName

      Optional<String> getLongName()
      Returns the long name of the project.
      Returns:
      the long name
      Since:
      9.24.12