Package de.elo.ix.client.subs
Class SubstitutionsResult
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.subs.SubstitutionsResult
- All Implemented Interfaces:
Serializable
Object returned by
IXServicePortIF.checkinSubstitutions(de.elo.ix.client.ClientInfo, de.elo.ix.client.subs.CheckinSubstitutionsInfo, de.elo.ix.client.subs.SubstitutionZ, de.elo.ix.client.LockZ)
() and
IXServicePortIF.checkoutSubstitutions(de.elo.ix.client.ClientInfo, de.elo.ix.client.subs.CheckoutSubstitutionsInfo, de.elo.ix.client.subs.SubstitutionZ, de.elo.ix.client.LockZ)
().- Since:
- 12.00.000.008
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionList of substitution GUIDsprotected List<Substitution>
List of substitutionsFields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setSubstitutionGuids
(List<String> substitutionGuids) void
setSubstitutions
(List<Substitution> substitutions) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
substitutions
List of substitutions -
substitutionGuids
List of substitution GUIDs
-
-
Constructor Details
-
SubstitutionsResult
public SubstitutionsResult() -
SubstitutionsResult
-
-
Method Details