java.lang.Object
com.genologics.ri.project.Project
- All Implemented Interfaces:
LimsEntity<Project>
,LimsEntityLinkable<Project>
,Linkable<Project>
,Locatable
,UDFHolder
,Serializable
The detailed representation of a Project.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Date
protected List<ExternalId>
protected List<ClarityFile>
protected Date
protected String
protected String
protected Date
protected ResearcherLink
protected UDT
protected URI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFiles()
Get the LIMS id for this object.getLink()
Get a concrete link object to thisLimsEntityLinkable
entity.getName()
getUri()
Get the URI of this object.Get a list of user defined fields held by the entity.void
setCloseDate
(Date closeDate) void
setInvoiceDate
(Date invoiceDate) void
Set the LIMS id for this object.void
void
setOpenDate
(Date openDate) void
setResearcher
(Linkable<Researcher> link) void
Set the URI of this object.setUserDefinedType
(UDT value) setUserDefinedType
(String type) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.genologics.ri.LimsEntityLinkable
getLimsId, setLimsId
Methods inherited from interface com.genologics.ri.userdefined.UDFHolder
getUDF, getUDF, getUDF, getUdfs, getUDFs, getUDFValue, getUDFValue, getUDFValue, getUDFValue, setUDF
-
Field Details
-
name
-
openDate
-
closeDate
-
invoiceDate
-
researcher
-
type
-
fields
-
externalIds
-
files
-
limsid
-
uri
-
-
Constructor Details
-
Project
public Project() -
Project
-
Project
-
-
Method Details
-
getName
-
setName
-
getOpenDate
-
setOpenDate
-
getCloseDate
-
setCloseDate
-
getInvoiceDate
-
setInvoiceDate
-
getResearcher
-
setResearcher
-
getUserDefinedType
-
setUserDefinedType
-
setUserDefinedType
-
getUserDefinedFields
Description copied from interface:UDFHolder
Get a list of user defined fields held by the entity.- Specified by:
getUserDefinedFields
in interfaceUDFHolder
- Returns:
- A list of UDF objects. This should never return null.
-
getExternalIds
-
getFiles
-
addFile
-
getLimsid
Description copied from interface:LimsEntityLinkable
Get the LIMS id for this object.- Specified by:
getLimsid
in interfaceLimsEntityLinkable<Project>
- Returns:
- The LIMS id.
-
setLimsid
Description copied from interface:LimsEntityLinkable
Set the LIMS id for this object.- Specified by:
setLimsid
in interfaceLimsEntityLinkable<Project>
- Parameters:
value
- The new LIMS id.
-
getUri
Description copied from interface:Locatable
Get the URI of this object. -
setUri
Description copied from interface:Locatable
Set the URI of this object. -
toString
-
getLink
Get a concrete link object to thisLimsEntityLinkable
entity. This definition simply narrows the type of links returned by classes that implement this interface, as they should all have correspondingLimsEntityLink
link classes available.
-