Uses of Class
com.genologics.ri.project.Project
Packages that use Project
Package
Description
Project entity and supporting classes for the Clarity REST API.
Provides classes for sample entities in the Clarity LIMS API.
-
Uses of Project in com.genologics.ri.project
Methods in com.genologics.ri.project that return ProjectMethods in com.genologics.ri.project that return types with arguments of type ProjectModifier and TypeMethodDescriptionObjectFactory.createProject(Project value) ProjectLink.getEntityClass()Get the entity class for this link.Project.getLink()Get a concrete link object to thisLimsEntityLinkableentity.Methods in com.genologics.ri.project with parameters of type ProjectConstructors in com.genologics.ri.project with parameters of type ProjectModifierConstructorDescriptionProjectLink(Project project) Constructor for ProjectLink from a Project.Constructor parameters in com.genologics.ri.project with type arguments of type ProjectModifierConstructorDescriptionProjectLink(LimsEntityLinkable<Project> link) Constructor for ProjectLink from a LimsEntityLinkable.ProjectLink(Linkable<Project> link) Constructor for ProjectLink from a Linkable. -
Uses of Project in com.genologics.ri.sample
Methods in com.genologics.ri.sample that return types with arguments of type ProjectModifier and TypeMethodDescriptionProjectLink.getEntityClass()Gets the entity class for this link.Method parameters in com.genologics.ri.sample with type arguments of type ProjectModifier and TypeMethodDescriptionvoidSampleBase.setProject(LimsEntityLinkable<Project> project) Sets the project for this sample.Constructor parameters in com.genologics.ri.sample with type arguments of type ProjectModifierConstructorDescriptionProjectLink(LimsEntityLinkable<Project> link) Constructor for a project link from a LIMS entity linkable project.ProjectLink(Linkable<Project> link) Constructor for a project link from a linkable project.