Package de.elo.ix.client
Class WFVersion
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.WFVersion
- All Implemented Interfaces:
Serializable
Version information for a workflow template.
- Since:
- 7.00.000.008
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
Version comment.protected String
Create date in ISO format.protected int
Version ID.protected int
ID of the user who created the version.protected String
Name of the user who created the version.protected String
Version number.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getId()
int
void
setComment
(String comment) void
setCreateDateIso
(String createDateIso) void
setId
(int id) void
setUserId
(int userId) void
setUserName
(String userName) void
setVersion
(String version) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
id
protected int idVersion ID. Set this member -1, to check in a new workflow template version. A value of 0 indicates the current working version. -
comment
Version comment.- See Also:
-
userId
protected int userIdID of the user who created the version.- Since:
- 7.00.000.018
-
userName
Name of the user who created the version.- Since:
- 7.00.000.018
-
version
Version number.- Since:
- 7.00.000.018
-
createDateIso
Create date in ISO format.- Since:
- 7.00.000.018
-
-
Constructor Details
-
WFVersion
public WFVersion() -
WFVersion
-
-
Method Details