Class ProjectionRepresentation


  • public class ProjectionRepresentation
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String projectionName  
      java.util.Map<java.lang.String,​java.lang.Object> representation  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getProjectionName()  
      java.util.Map<java.lang.String,​java.lang.Object> getRepresentation()  
      void setProjectionName​(java.lang.String projectionName)  
      void setRepresentation​(java.util.Map<java.lang.String,​java.lang.Object> representation)  
      • Methods inherited from class java.lang.Object

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

      • projectionName

        public java.lang.String projectionName
      • representation

        public java.util.Map<java.lang.String,​java.lang.Object> representation
    • Constructor Detail

      • ProjectionRepresentation

        public ProjectionRepresentation()
      • ProjectionRepresentation

        public ProjectionRepresentation​(java.lang.String projectionName,
                                        java.util.Map<java.lang.String,​java.lang.Object> representation)
    • Method Detail

      • getProjectionName

        public java.lang.String getProjectionName()
      • setProjectionName

        public void setProjectionName​(java.lang.String projectionName)
      • getRepresentation

        public java.util.Map<java.lang.String,​java.lang.Object> getRepresentation()
      • setRepresentation

        public void setRepresentation​(java.util.Map<java.lang.String,​java.lang.Object> representation)