Class Project

java.lang.Object
com.google.refine.model.Project

public class Project extends Object
  • Field Details

  • Constructor Details

    • Project

      public Project()
      Create a new project with a generated unique ID
    • Project

      protected Project(long id)
      Create a new project with the given ID. For testing ONLY.
      Parameters:
      id - long ID to be assigned the new project
  • Method Details