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

Class: Organisation


    Organisation, public institute or private company.
Attributes
Link Attributes
Attribute Methods
Link Attribute Methods
Class Methods
Factory Methods
Other Methods
Appendix

Inheritance:


Details:

Parent: link affiliationStore to class AffiliationStore
Main key: serial
Mandatory Attributes: name
Known Subclasses: None
Children:
link groups to class Group
Constructor: newObj = Organisation( affiliationStore,name=value, ... )

Attributes (in package)

Go to Top
Attribute Type Multiplicity Description
addresses Text 0..* The address of the organisation. e.g. '80 Tennis Court Road'. It can be stored as a list for multiple line address.  
city Line 0..1 The city of the organisation. e.g. 'Cambridge'.  
country Line 0..1 The country of the organisation. e.g. 'UK'.  
emailAddress Line 0..1 Email address of the organisation.  
faxNumber Line 0..1 The fax number.  
name Line 1..1 The name of organisation.  
organisationType Line 0..1 The type of organisation, can be 'home laboratory', 'other laboratory', 'reagent supplier', 'instrument supplier',...  
phoneNumber Line 0..1 The telephone number.  
postalCode Line 0..1 The postal code e.g. 'CB2 1GA'.  
province Line 0..1 State or province (e.g. Utah, Manitoba, Lincolnshire).  
serial Int 1..1 Serial number of object. Serves as object main key. Serial numbers of deleted objects are not re-used. Serial numbers can only be set by the implementation. Values are in practice always positive, since negative values are interpreted as a signal to set the next free serial  
url Text 0..1 The url of the organisation web site.  

Inherited Attributes (not in package): applicationDataclassNamefieldNamesinConstructorisDeletedmetaclasspackageNamepackageShortNamequalifiedName

Link Attributes (in package)

Go to Top
Attribute Type Multiplicity Description
affiliationStore AffiliationStore 1..1 (Parent link). parent link  
groups Group 0..* (Child link). child link to class Group  
parent AffiliationStore 1..1 link to parent object - synonym for affiliationStore  

Inherited Attributes (not in package): accessactiveAccessroottopObject

Attribute Methods (in package)

Go to Top
Attribute Method Return Parameters Comment
addresses
getAddresses Text Tuple -
setAddresses - Text List
addAddress - Text
removeAddress - Text
city
getCity Line -
setCity - Line
country
getCountry Line -
setCountry - Line
emailAddress
getEmailAddress Line -
setEmailAddress - Line
faxNumber
getFaxNumber Line -
setFaxNumber - Line
name
getName Line -
setName - Line
organisationType
getOrganisationType Line -
setOrganisationType - Line
phoneNumber
getPhoneNumber Line -
setPhoneNumber - Line
postalCode
getPostalCode Line -
setPostalCode - Line
province
getProvince Line -
setProvince - Line
serial
getSerial Int -
setSerial - Int
url
getUrl Text -
setUrl - Text

Link Attribute Methods (in package)

Go to Top
Attribute Method Return Parameters Comment
affiliationStore
getAffiliationStore AffiliationStore -
groups
getGroups Group Set -
sortedGroups Group List -
findFirstGroup Group keyword=value pairs
findAllGroups Group Set keyword=value pairs
parent
getParent AffiliationStore -

Class Methods (in package)

Go to Top
Method Return Parameters Comment
checkValid - Boolean
checkAllValid - Boolean
getByKey Organisation 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
newGroup Group ...

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:53_00019

isImplicit:

False

Tag

Value
repositoryId $Id: $

Tag

Value
repositoryTag $Name: $

Special constructor code:

None

Special destructor code:

None

Special postDestructor code:

None

Constraints:

None
Known inward one-way links: ccp.api.general.Instrument.AbstractInstrument.manufacturerccp.api.lims.Experiment.ImportSample.supplierccp.api.lims.Location.Location.organisationccp.api.lims.Sample.RefSampleSource.supplier
  Data Model Version 2.1.2
Go to Top  
  Autogenerated by  PyApiDocGen  revision 1.3   on  Mon Mar 2 17:24:27 2015    from data model package  ccp.api.general.Affiliation.Organisation   revision ?  
  Work done by the CCPN team.
www.ccpn.ac.uk