__init__(self,
kind=' other ' ,
condition=' open ' ,
sealNumber='
' ,
appliedDateTime='
' ,
AssetContainer=None,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'Seal' instance.
- Parameters:
kind - Kind of seal. Values are: "other", "lead",
"steel", "lock"
condition - Condition of seal. Values are: "open",
"broken", "missing", "other",
"locked"
sealNumber - (reserved word) Seal number.
appliedDateTime - Date and time this seal has been applied.
AssetContainer - Asset container to which this seal is applied.
- Overrides:
object.__init__
|