Class Message
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.Message
Indicates the messages that could appear on cart configuration
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumType of message, such as: error, warning -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatBaseType(String atBaseType) atSchemaLocation(String atSchemaLocation) booleanGeneric attribute indicating the base class type of the extension class of the current object.Generic attribute containing the link to the schema that defines the structure of the class type of the current object.Generic attribute containing the name of the resource class typegetType()Type of message, such as: error, warninggetValue()Content of messageinthashCode()voidsetAtBaseType(String atBaseType) voidsetAtSchemaLocation(String atSchemaLocation) voidvoidsetType(Message.TypeEnum type) voidtoString()type(Message.TypeEnum type)
-
Constructor Details
-
Message
public Message()
-
-
Method Details
-
value
-
getValue
Content of message- Returns:
- value
-
setValue
-
atBaseType
-
getAtBaseType
Generic attribute indicating the base class type of the extension class of the current object. Useful only when the class type of the current object is unknown to the implementation.- Returns:
- atBaseType
-
setAtBaseType
-
atSchemaLocation
-
getAtSchemaLocation
Generic attribute containing the link to the schema that defines the structure of the class type of the current object.- Returns:
- atSchemaLocation
-
setAtSchemaLocation
-
atType
-
getAtType
Generic attribute containing the name of the resource class type- Returns:
- atType
-
setAtType
-
type
-
getType
Type of message, such as: error, warning- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-