Package de.elo.ix.client
Class MoveDocumentsInfo
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.MoveDocumentsInfo
- All Implemented Interfaces:
Serializable
Parameter class of the function
IXServicePortIF.moveDocuments(ClientInfo, MoveDocumentsInfo)
.- Since:
- 10.17.059.002
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
End date.protected String
ID of the source storage path.protected String
Start date.protected String
ID of the target storage path.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setEndDate
(String endDate) void
setSourcePathId
(String sourcePathId) void
setStartDate
(String startDate) void
setTargetPathId
(String targetPathId) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
sourcePathId
ID of the source storage path. -
targetPathId
ID of the target storage path. -
startDate
Start date.- Since:
- 10.17.059.005
-
endDate
End date.- Since:
- 10.17.059.005
-
-
Constructor Details
-
MoveDocumentsInfo
public MoveDocumentsInfo()
-
-
Method Details