Package com.fluig.sdk.api.workflow
Class ProcessAttachmentVO
- java.lang.Object
-
- com.fluig.sdk.api.workflow.ProcessAttachmentVO
-
- All Implemented Interfaces:
Serializable
public class ProcessAttachmentVO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessAttachmentVO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getAttachedDate()
String
getColleagueId()
String
getDescription()
int
getDocumentId()
int
getOriginalMovementSequence()
int
getVersion()
void
setAttachedDate(Date attachedDate)
void
setColleagueId(String colleagueId)
void
setDescription(String description)
void
setDocumentId(int documentId)
void
setOriginalMovementSequence(int originalMovementSequence)
void
setVersion(int version)
-
-
-
Method Detail
-
getDocumentId
public int getDocumentId()
-
setDocumentId
public void setDocumentId(int documentId)
-
getVersion
public int getVersion()
-
setVersion
public void setVersion(int version)
-
getOriginalMovementSequence
public int getOriginalMovementSequence()
-
setOriginalMovementSequence
public void setOriginalMovementSequence(int originalMovementSequence)
-
getColleagueId
public String getColleagueId()
-
setColleagueId
public void setColleagueId(String colleagueId)
-
getAttachedDate
public Date getAttachedDate()
-
setAttachedDate
public void setAttachedDate(Date attachedDate)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
-