Class TabbyAttachment
java.lang.Object
com.broadleafcommerce.tabby.domain.TabbyAttachment
- All Implemented Interfaces:
Serializable
Extra data (booking info, insurance, flight reservations, ...) as serialized JSON
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getBody()
Should be an object containing any of the keys with corresponded sub objects.Version of used schema.int
hashCode()
void
Should be an object containing any of the keys with corresponded sub objects.void
setContentType
(String contentType) Version of used schema.toString()
-
Constructor Details
-
TabbyAttachment
public TabbyAttachment()
-
-
Method Details
-
getBody
Should be an object containing any of the keys with corresponded sub objects. -
getContentType
Version of used schema.Default: "application/vnd.tabby.v1+json"
-
setBody
Should be an object containing any of the keys with corresponded sub objects. -
setContentType
Version of used schema.Default: "application/vnd.tabby.v1+json"
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-