org.gcube.messaging.common.messages.records
Class DocumentWorkflowRecord

java.lang.Object
  extended by org.gcube.messaging.common.messages.records.BaseRecord
      extended by org.gcube.messaging.common.messages.records.DocumentWorkflowRecord
All Implemented Interfaces:
Serializable

public class DocumentWorkflowRecord
extends BaseRecord

Author:
Andrea Manzi(CERN)
See Also:
Serialized Form

Nested Class Summary
static class DocumentWorkflowRecord.WorkflowSubType
           
 
Field Summary
 
Fields inherited from class org.gcube.messaging.common.messages.records.BaseRecord
date
 
Constructor Summary
DocumentWorkflowRecord()
           
 
Method Summary
 String getReportname()
           
 String getStatus()
           
 String getStepsNumber()
           
 DocumentWorkflowRecord.WorkflowSubType getSubType()
           
 String getWorkflowid()
           
 void setReportname(String reportname)
           
 void setStatus(String status)
           
 void setStepsNumber(String stepsNumber)
           
 void setSubType(DocumentWorkflowRecord.WorkflowSubType subType)
           
 void setWorkflowid(String workflowid)
           
 
Methods inherited from class org.gcube.messaging.common.messages.records.BaseRecord
getDate, setDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentWorkflowRecord

public DocumentWorkflowRecord()
Method Detail

getSubType

public DocumentWorkflowRecord.WorkflowSubType getSubType()

setSubType

public void setSubType(DocumentWorkflowRecord.WorkflowSubType subType)

getReportname

public String getReportname()

setReportname

public void setReportname(String reportname)

getWorkflowid

public String getWorkflowid()

setWorkflowid

public void setWorkflowid(String workflowid)

getStatus

public String getStatus()

setStatus

public void setStatus(String status)

getStepsNumber

public String getStepsNumber()

setStepsNumber

public void setStepsNumber(String stepsNumber)


Copyright © 2014. All Rights Reserved.