Package com.tngtech.jgiven.report.model
Class AttachmentModel
java.lang.Object
com.tngtech.jgiven.report.model.AttachmentModel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetTitle()
getValue()
boolean
isBinary()
boolean
void
setFileName
(String fileName) void
setIsBinary
(boolean isBinary) void
setMediaType
(String mimeType) void
setShowDirectly
(boolean showDirectly) void
void
-
Constructor Details
-
AttachmentModel
public AttachmentModel()
-
-
Method Details
-
getValue
-
setValue
-
getMediaType
-
setMediaType
-
getFileName
-
setFileName
-
setTitle
-
getTitle
-
setIsBinary
public void setIsBinary(boolean isBinary) -
isBinary
public boolean isBinary() -
setShowDirectly
public void setShowDirectly(boolean showDirectly) -
isShowDirectly
public boolean isShowDirectly()
-