kz.arta.synergy.server.api.rest.works
Class CompletionProcessInfo

java.lang.Object
  extended by kz.arta.synergy.server.api.rest.works.CompletionProcessInfo

public class CompletionProcessInfo
extends java.lang.Object

Created with IntelliJ IDEA. User: topa Date: 08.07.13 Time: 20:54 To change this template use File | Settings | File Templates.


Nested Class Summary
static class CompletionProcessInfo.BtnInfo
           
 
Constructor Summary
CompletionProcessInfo()
           
 
Method Summary
 java.util.ArrayList<CompletionProcessInfo.BtnInfo> getButtons()
           
 java.lang.String getJson()
           
 byte[] getRawData()
           
 boolean isNeedCommentField()
           
 boolean isNeedFillInNegativeComment()
           
 boolean isNeedFillInPositiveComment()
           
 void setButtons(java.util.ArrayList<CompletionProcessInfo.BtnInfo> buttons)
           
 void setNeedCommentField(boolean needCommentField)
           
 void setNeedFillInNegativeComment(boolean needFillInNegativeComment)
           
 void setNeedFillInPositiveComment(boolean needFillInPositiveComment)
           
 void setRawData(byte[] rawData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompletionProcessInfo

public CompletionProcessInfo()
Method Detail

isNeedCommentField

public boolean isNeedCommentField()

setNeedCommentField

public void setNeedCommentField(boolean needCommentField)

isNeedFillInPositiveComment

public boolean isNeedFillInPositiveComment()

setNeedFillInPositiveComment

public void setNeedFillInPositiveComment(boolean needFillInPositiveComment)

getButtons

public java.util.ArrayList<CompletionProcessInfo.BtnInfo> getButtons()

setButtons

public void setButtons(java.util.ArrayList<CompletionProcessInfo.BtnInfo> buttons)

getRawData

public byte[] getRawData()

setRawData

public void setRawData(byte[] rawData)

getJson

public java.lang.String getJson()

isNeedFillInNegativeComment

public boolean isNeedFillInNegativeComment()

setNeedFillInNegativeComment

public void setNeedFillInNegativeComment(boolean needFillInNegativeComment)


Copyright © 2000 Dummy Corp. All Rights Reserved.