Package de.trustable.ca3s.core.domain
Class BPMNProcessInfo
- java.lang.Object
-
- de.trustable.ca3s.core.domain.BPMNProcessInfo
-
- All Implemented Interfaces:
Serializable
@Entity public class BPMNProcessInfo extends Object implements Serializable
A BPNMProcessInfo.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BPMNProcessInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BPMNProcessInfoauthor(String author)booleanequals(Object o)StringgetAuthor()LonggetId()InstantgetLastChange()StringgetName()StringgetSignatureBase64()BPMNProcessTypegetType()StringgetVersion()inthashCode()BPMNProcessInfolastChange(Instant lastChange)BPMNProcessInfoname(String name)voidsetAuthor(String author)voidsetId(Long id)voidsetLastChange(Instant lastChange)voidsetName(String name)voidsetSignatureBase64(String signatureBase64)voidsetType(BPMNProcessType type)voidsetVersion(String version)BPMNProcessInfosignatureBase64(String signatureBase64)StringtoString()BPMNProcessInfotype(BPMNProcessType type)BPMNProcessInfoversion(String version)
-
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getName
public String getName()
-
name
public BPMNProcessInfo name(String name)
-
setName
public void setName(String name)
-
getVersion
public String getVersion()
-
version
public BPMNProcessInfo version(String version)
-
setVersion
public void setVersion(String version)
-
getType
public BPMNProcessType getType()
-
type
public BPMNProcessInfo type(BPMNProcessType type)
-
setType
public void setType(BPMNProcessType type)
-
getAuthor
public String getAuthor()
-
author
public BPMNProcessInfo author(String author)
-
setAuthor
public void setAuthor(String author)
-
getLastChange
public Instant getLastChange()
-
lastChange
public BPMNProcessInfo lastChange(Instant lastChange)
-
setLastChange
public void setLastChange(Instant lastChange)
-
getSignatureBase64
public String getSignatureBase64()
-
signatureBase64
public BPMNProcessInfo signatureBase64(String signatureBase64)
-
setSignatureBase64
public void setSignatureBase64(String signatureBase64)
-
-