com.tngtech.jgiven.report.model
Class AttachmentModel
java.lang.Object
com.tngtech.jgiven.report.model.AttachmentModel
public class AttachmentModel
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttachmentModel
public AttachmentModel()
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
getMediaType
public java.lang.String getMediaType()
setMediaType
public void setMediaType(java.lang.String mimeType)
setTitle
public void setTitle(java.lang.String title)
getTitle
public java.lang.String getTitle()
setIsBinary
public void setIsBinary(boolean isBinary)
isBinary
public boolean isBinary()