Data Model version 2.0.6
Acknowledgements
Diagram | Class Map | Attribute Map | Method Map | Help | License
Home | Package | Class: { prev | next } | Attribute | Method

Class: Project


    The project groups a list of targets together. It may be used to represent a different kind of grouping for targets than TargetGroup. It could groups targets that are not related by their properties.
Attributes
Link Attributes
Attribute Methods
Link Attribute Methods
Class Methods
Factory Methods
Other Methods
Appendix

Inheritance:


Details:

Parent: link targetStore to class TargetStore
Main key: serial
Mandatory Attributes: completeName, shortName
Known Subclasses: None
Children: None
Constructor: newObj = Project( targetStore,completeName=value, shortName=value, ... )

Attributes (in package)

Go to Top
Attribute Type Multiplicity Description
completeName String 1..1 The complete name of the project.  
serial Int 1..1 Unique identifier.  
shortName Line 1..1 The short name of the project used for display.  
startDate DateTime 0..1 Starting date of the project.  

Inherited Attributes (not in package): applicationDataclassNamefieldNamesinConstructorisDeletedmetaclasspackageNamepackageShortNamequalifiedName

Link Attributes (in package)

Go to Top
Attribute Type Multiplicity Description
annotations ccp.api.general.Annotation.Annotation 0..* Projects annotated by Annotation.  
parent TargetStore 1..1 link to parent object - synonym for targetStore  
project Project 0..1 The project to which the sub projects belong.  
subProjects Project 0..* List of sub project contained in a project.  
targetStore TargetStore 1..1 (Parent link). parent link  
targets Target 0..* The list of target that belongs to a particular project.  

Inherited Attributes (not in package): accessactiveAccessroottopObject

Attribute Methods (in package)

Go to Top
Attribute Method Return Parameters Comment
completeName
getCompleteName String -
setCompleteName - String
serial
getSerial Int -
setSerial - Int
shortName
getShortName Line -
setShortName - Line
startDate
getStartDate DateTime -
setStartDate - DateTime

Link Attribute Methods (in package)

Go to Top
Attribute Method Return Parameters Comment
annotations
getAnnotations ccp.api.general.Annotation.Annotation Set -
setAnnotations - ccp.api.general.Annotation.Annotation Set
sortedAnnotations ccp.api.general.Annotation.Annotation List -
addAnnotation - ccp.api.general.Annotation.Annotation
removeAnnotation - ccp.api.general.Annotation.Annotation
findFirstAnnotation ccp.api.general.Annotation.Annotation keyword=value pairs
findAllAnnotations ccp.api.general.Annotation.Annotation Set keyword=value pairs
parent
getParent TargetStore -
project
getProject Project -
setProject - Project
subProjects
getSubProjects Project Set -
setSubProjects - Project Set
sortedSubProjects Project List -
addSubProject - Project
removeSubProject - Project
findFirstSubProject Project keyword=value pairs
findAllSubProjects Project Set keyword=value pairs
targetStore
getTargetStore TargetStore -
targets
getTargets Target Set -
setTargets - Target Set
sortedTargets Target List -
findFirstTarget Target keyword=value pairs
findAllTargets Target Set keyword=value pairs

Class Methods (in package)

Go to Top
Method Return Parameters Comment
checkValid - Boolean
checkAllValid - Boolean
getByKey Project memops.api.Implementation.MemopsObject, Any List static
getFullKey Any List Boolean
getLocalKey Any -
get Any String
set - String, Any

Factory Methods (in package)

Go to Top
Method Return Parameters
None

Other Methods (in package)

Go to Top
Method Return Parameters Comment
None

Appendix

Go to Top

guid:

www.ccpn.ac.uk_Fogh_2006-08-16-14:22:51_00036

isImplicit:

False

Tag

Value
repositoryId $Id: Project.xml,v 1.47 2011-01-13 14:40:33 rhfogh Exp $

Tag

Value
repositoryTag $Name: not supported by cvs2svn $

Special constructor code:

None

Special destructor code:

None

Constraints:

None
Known inward one-way links: None
  Data Model Version 2.0.6
Go to Top  
  Autogenerated by  PyApiDocGen  revision 1.3   on  Wed Aug 7 15:06:37 2013    from data model package  ccp.api.lims.Target.Project   revision 1.47  
  Work done by the CCPN team.
www.ccpn.ac.uk