Class SubstitutionsResult

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.subs.SubstitutionsResult
All Implemented Interfaces:
java.io.Serializable

public class SubstitutionsResult
extends ValueClass
Since:
12.00.000.008
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.util.List<java.lang.String> substitutionGuids
    List of substitution GUIDs
    protected java.util.List<Substitution> substitutions
    List of substitutions

    Fields inherited from class byps.BValueClass

    bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
  • Constructor Summary

    Constructors 
    Constructor Description
    SubstitutionsResult()  
    SubstitutionsResult​(SubstitutionsResult rhs)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<java.lang.String> getSubstitutionGuids()  
    java.util.List<Substitution> getSubstitutions()  
    void setSubstitutionGuids​(java.util.List<java.lang.String> substitutionGuids)  
    void setSubstitutions​(java.util.List<Substitution> substitutions)  
    java.lang.String toString()  

    Methods inherited from class byps.BValueClass

    getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait