ItemStatus
class ItemStatus extends Collection (View source)
Properties
protected | $collection_key | ||
string | $code | ||
protected | $processingErrorsType | ||
protected | $processingErrorsDataType | ||
protected | $repositoryErrorsType | ||
protected | $repositoryErrorsDataType |
Methods
setCode($code)
No description
string
getCode()
No description
setProcessingErrors($processingErrors)
No description
getProcessingErrors()
No description
setRepositoryErrors($repositoryErrors)
No description
getRepositoryErrors()
No description
Details
setCode($code)
No description
string
getCode()
No description
setProcessingErrors($processingErrors)
No description
ProcessingError[]
getProcessingErrors()
No description
setRepositoryErrors($repositoryErrors)
No description
RepositoryError[]
getRepositoryErrors()
No description