Class TerminationError
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.TerminationError
This indicates an error that caused a qualificationItem to be terminated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatBaseType(String atBaseType) atSchemaLocation(String atSchemaLocation) booleanWhen sub-classing, this defines the super-classA URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity namegetId()Unique identifier of the termination errorgetValue()Text to describe the termination error - for example: Unable to proceed to qualification because incomplete information providedinthashCode()voidsetAtBaseType(String atBaseType) voidsetAtSchemaLocation(String atSchemaLocation) voidvoidvoidtoString()
-
Constructor Details
-
TerminationError
public TerminationError()
-
-
Method Details
-
id
-
getId
Unique identifier of the termination error- Returns:
- id
-
setId
-
value
-
getValue
Text to describe the termination error - for example: Unable to proceed to qualification because incomplete information provided- Returns:
- value
-
setValue
-
atBaseType
-
getAtBaseType
When sub-classing, this defines the super-class- Returns:
- atBaseType
-
setAtBaseType
-
atSchemaLocation
-
getAtSchemaLocation
A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atSchemaLocation
-
setAtSchemaLocation
-
atType
-
getAtType
When sub-classing, this defines the sub-class entity name- Returns:
- atType
-
setAtType
-
equals
-
hashCode
public int hashCode() -
toString
-