com.tngtech.jgiven.report.model
Class AttachmentModel

java.lang.Object
  extended by com.tngtech.jgiven.report.model.AttachmentModel

public class AttachmentModel
extends java.lang.Object


Constructor Summary
AttachmentModel()
           
 
Method Summary
 java.lang.String getMediaType()
           
 java.lang.String getTitle()
           
 java.lang.String getValue()
           
 boolean isBinary()
           
 void setIsBinary(boolean isBinary)
           
 void setMediaType(java.lang.String mimeType)
           
 void setTitle(java.lang.String title)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentModel

public AttachmentModel()
Method Detail

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()