psdi.webclient.system.controller

Class IdProperty

  • java.lang.Object
    • psdi.webclient.system.controller.IdProperty


  • public class IdProperty
    extends java.lang.Object
    Stotes ID & Property when loading presentations.
    • Constructor Summary

      Constructors 
      Constructor and Description
      IdProperty(java.lang.String id, java.lang.String property) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object o) 
      java.lang.String getId() 
      java.lang.String getProperty() 
      int hashCode() 
      • Methods inherited from class java.lang.Object

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

      • IdProperty

        public IdProperty(java.lang.String id,
                          java.lang.String property)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • getId

        public java.lang.String getId()
        Returns:
        the id
      • getProperty

        public java.lang.String getProperty()
        Returns:
        the property