Method: setAltLocationCode
dummy setter for derived attribute altLocationCode. For backwards compatibility - will throw an error unless the altLocationCodeis identical to the parent altLocationCode.
guid:
|
www.ccpn.ac.uk_Fogh_2011-04-20-11:39:37_00001
|
OpType:
|
set
|
OpSubType:
|
None
|
isQuery:
|
False
|
isAbstract:
|
False
|
Scope:
|
instance_level
|
Code:
|
if value != self.atom.altLocationCode:
raise ApiError("%s altlocation code differs from parent altLocationCode %s" % (self, value, self.atom.altLocationCode))
|
|