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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleangetBody()Should be an object containing any of the keys with corresponded sub objects.Version of used schema.inthashCode()voidShould be an object containing any of the keys with corresponded sub objects.voidsetContentType(String contentType) Version of used schema.toString()
- 
Constructor Details- 
TabbyAttachmentpublic TabbyAttachment()
 
- 
- 
Method Details- 
getBodyShould be an object containing any of the keys with corresponded sub objects.
- 
getContentTypeVersion of used schema.Default: "application/vnd.tabby.v1+json" 
- 
setBodyShould be an object containing any of the keys with corresponded sub objects.
- 
setContentTypeVersion of used schema.Default: "application/vnd.tabby.v1+json" 
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
- 
toString
 
-