Class BPMNUpload
- java.lang.Object
-
- de.trustable.ca3s.core.service.dto.BPMNUpload
-
public class BPMNUpload extends Object
-
-
Constructor Summary
Constructors Constructor Description BPMNUpload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContentXML()LonggetId()StringgetName()BPMNProcessTypegetType()StringgetVersion()voidsetContentXML(String contentXML)voidsetId(Long id)voidsetName(String name)voidsetType(BPMNProcessType type)voidsetVersion(String version)
-
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getType
public BPMNProcessType getType()
-
setType
public void setType(BPMNProcessType type)
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
getContentXML
public String getContentXML()
-
setContentXML
public void setContentXML(String contentXML)
-
-