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 Dateprotected List<ExternalId>protected List<ClarityFile>protected Dateprotected Stringprotected Stringprotected Dateprotected ResearcherLinkprotected UDTprotected URI -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddUserDefinedField(UDF udf) Deprecated.addUserDefinedField(String name, FieldType type, String value) Deprecated.getFiles()Get the LIMS id for this object.getName()getUri()Get the URI of this object.getUserDefinedField(String name) Deprecated.Get a list of user defined fields held by the entity.voidsetCloseDate(Date closeDate) voidsetInvoiceDate(Date invoiceDate) voidSet the LIMS id for this object.voidvoidsetOpenDate(Date openDate) voidsetResearcher(Linkable<Researcher> link) voidSet 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, waitMethods inherited from interface com.genologics.ri.LimsEntityLinkable
getLimsId, setLimsIdMethods 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:UDFHolderGet a list of user defined fields held by the entity.- Specified by:
getUserDefinedFieldsin interfaceUDFHolder- Returns:
- A list of UDF objects. This should never return null.
-
getUserDefinedField
Deprecated. -
addUserDefinedField
Deprecated. -
addUserDefinedField
Deprecated. -
getExternalIds
-
getFiles
-
addFile
-
getLimsid
Description copied from interface:LimsEntityLinkableGet the LIMS id for this object.- Specified by:
getLimsidin interfaceLimsEntityLinkable<Project>- Returns:
- The LIMS id.
-
setLimsid
Description copied from interface:LimsEntityLinkableSet the LIMS id for this object.- Specified by:
setLimsidin interfaceLimsEntityLinkable<Project>- Parameters:
value- The new LIMS id.
-
getUri
Description copied from interface:LocatableGet the URI of this object. -
setUri
Description copied from interface:LocatableSet the URI of this object. -
toString
-