Interface WebObjectCouple<X extends WebObjectInfo,​Y extends WebObjectInfo>

  • Type Parameters:
    X - The first object type
    Y - The second object type

    public interface WebObjectCouple<X extends WebObjectInfo,​Y extends WebObjectInfo>
    Interface to couple two types of WebObjectInfo together
    Since:
    MicroStrategy Web 9.0.0
    • Method Detail

      • getFirstObject

        X getFirstObject()
        Return the first object in the couple
        Returns:
        first object
      • getSecondObject

        Y getSecondObject()
        Return the second object in the couple
        Returns:
        second object