Class ProjectMetadata

java.lang.Object
com.aquima.interactions.portal.ds.ProjectMetadata

public class ProjectMetadata extends Object
Since:
9.6
Author:
g.graat
  • Constructor Details

    • ProjectMetadata

      public ProjectMetadata(ApplicationID projectId, WebServiceCall[] webServiceCalls, LibraryReference[] libraryReferences)
      Parameters:
      projectId - the id of the project this metadata belongs to, may not be NULL
      webServiceCalls - array of webservice calls, may be empty but NOT null
      libraryReferences - array of library references, may be empty but NOT null
  • Method Details

    • getProjectId

      public ApplicationID getProjectId()
      Returns:
      the id of the project this metadata belongs to
    • getWebServiceCalls

      public WebServiceCall[] getWebServiceCalls()
      Returns:
      the webServiceCalls
    • getLibraryReferences

      public LibraryReference[] getLibraryReferences()
      Returns:
      the libraryReferences