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 StringEnd date.protected StringID of the source storage path.protected StringStart date.protected StringID of the target storage path.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetEndDate(String endDate) voidsetSourcePathId(String sourcePathId) voidsetStartDate(String startDate) voidsetTargetPathId(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