Class SessionReader.SessionProjectionChoiceData

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String projectionChoiceId  
      private java.util.Collection<java.lang.String> subPreferences  
    • Constructor Summary

      Constructors 
      Constructor Description
      SessionProjectionChoiceData​(java.lang.String projectionChoiceId, java.util.Collection<java.lang.String> subPreferences)
      Construct a new SessionProjectionChoiceData.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getProjectionChoiceId()
      Get the projection choice id.
      java.util.Collection<java.lang.String> getSubPreferences()
      Get the parameters for the projection choice
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SessionProjectionChoiceData

        public SessionProjectionChoiceData​(java.lang.String projectionChoiceId,
                                           java.util.Collection<java.lang.String> subPreferences)
        Construct a new SessionProjectionChoiceData.
        Parameters:
        projectionChoiceId - projection choice id
        subPreferences - parameters for the projection choice
    • Method Detail

      • getProjectionChoiceId

        public java.lang.String getProjectionChoiceId()
        Get the projection choice id.
        Returns:
        the projection choice id
      • getSubPreferences

        public java.util.Collection<java.lang.String> getSubPreferences()
        Get the parameters for the projection choice
        Returns:
        parameters for the projection choice