Information about a particular piece of (land) property such as its
use. Ownership of the property may be determined through associations to
Organisations and/or ErpPersons.Information about a particular piece of
(land) property such as its use. Ownership of the property may be
determined through associations to Organisations and/or ErpPersons.
|
|
__init__(self,
kind='store',
externalRecordReference='',
demographicKind='other',
status=None,
LocationGrants=None,
ErpSiteLevelDatas=None,
ErpPersonRoles=None,
ErpOrganisationRoles=None,
AssetContainers=None,
Locations=None,
RightOfWays=None,
*args,
**kw_args)
Initialises a new 'LandProperty' instance. |
|
|
|
|
| addAssetContainers(self,
*AssetContainers) |
|
|
|
|
| addErpOrganisationRoles(self,
*ErpOrganisationRoles) |
|
|
|
|
| addErpPersonRoles(self,
*ErpPersonRoles) |
|
|
|
|
| addErpSiteLevelDatas(self,
*ErpSiteLevelDatas) |
|
|
|
|
| addLocationGrants(self,
*LocationGrants) |
|
|
|
|
| addLocations(self,
*Locations) |
|
|
|
|
| addRightOfWays(self,
*RightOfWays) |
|
|
|
|
|
|
|
| getErpOrganisationRoles(self) |
|
|
|
|
|
|
|
| getErpSiteLevelDatas(self) |
|
|
|
|
getLocationGrants(self)
All location grants this land property has. |
|
|
|
|
getLocations(self)
The spatail description of a piece of property. |
|
|
|
|
getRightOfWays(self)
All rights of way this land property has. |
|
|
|
|
| removeAssetContainers(self,
*AssetContainers) |
|
|
|
|
| removeErpOrganisationRoles(self,
*ErpOrganisationRoles) |
|
|
|
|
| removeErpPersonRoles(self,
*ErpPersonRoles) |
|
|
|
|
| removeErpSiteLevelDatas(self,
*ErpSiteLevelDatas) |
|
|
|
|
| removeLocationGrants(self,
*LocationGrants) |
|
|
|
|
| removeLocations(self,
*Locations) |
|
|
|
|
| removeRightOfWays(self,
*RightOfWays) |
|
|
|
|
| setAssetContainers(self,
value) |
|
|
|
|
| setErpOrganisationRoles(self,
value) |
|
|
|
|
| setErpPersonRoles(self,
value) |
|
|
|
|
| setErpSiteLevelDatas(self,
value) |
|
|
|
|
| setLocationGrants(self,
value) |
|
|
|
|
| setLocations(self,
value) |
|
|
|
|
| setRightOfWays(self,
value) |
|
|
|
Inherited from Core.IdentifiedObject'.IdentifiedObject:
addDiagramObjects,
addNames,
getDiagramObjects,
getModelingAuthoritySet,
getNames,
removeDiagramObjects,
removeNames,
setDiagramObjects,
setModelingAuthoritySet,
setNames
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
|
_attr_types = {'demographicKind': <type 'str'>, 'externalRecor...
|
|
|
_attrs = ['kind', 'externalRecordReference', 'demographicKind']
|
|
|
_defaults = {'demographicKind': 'other', 'externalRecordRefere...
|
|
|
_enums = {'demographicKind': 'DemographicKind', 'kind': 'LandP...
|
|
|
_many_refs = ['LocationGrants', 'ErpSiteLevelDatas', 'ErpPerso...
|
|
|
_refs = ['status', 'LocationGrants', 'ErpSiteLevelDatas', 'Erp...
|
|
|
status = None
|