Uses of Class
de.hybris.platform.comments.model.CommentAttachmentModel
-
Packages that use CommentAttachmentModel Package Description de.hybris.platform.comments.model Contains generated models for each type of de.hybris.platform.comments.jalo package. -
-
Uses of CommentAttachmentModel in de.hybris.platform.comments.model
Methods in de.hybris.platform.comments.model that return types with arguments of type CommentAttachmentModel Modifier and Type Method Description java.util.Collection<CommentAttachmentModel>AbstractCommentModel. getAttachments()Generated method - Getter of theAbstractComment.attachmentsattribute defined at extensioncomments.Method parameters in de.hybris.platform.comments.model with type arguments of type CommentAttachmentModel Modifier and Type Method Description voidAbstractCommentModel. setAttachments(java.util.Collection<CommentAttachmentModel> value)Generated method - Setter ofAbstractComment.attachmentsattribute defined at extensioncomments.
-