Class SomPumiceObject

    • Field Detail

      • errortext

        public java.lang.String errortext
    • Constructor Detail

      • SomPumiceObject

        public SomPumiceObject()
      • SomPumiceObject

        public SomPumiceObject​(SomPumiceSession session,
                               java.lang.String[] pairs)
    • Method Detail

      • notifyListeners

        protected void notifyListeners​(SomCommand command,
                                       int status)
      • notifyListeners

        protected void notifyListeners​(SomCommand command,
                                       int status,
                                       java.lang.String detail)
      • notifyListeners

        protected void notifyListeners​(SomCommand command,
                                       int status,
                                       java.lang.String[] pairs)
      • notifyListener

        protected void notifyListener​(SomCommandListener listener,
                                      int status)
      • notifyBindListeners

        protected void notifyBindListeners​(int status)
      • parsePairs

        protected void parsePairs​(java.lang.String[] pairs)
      • clearAttributes

        protected void clearAttributes()
      • addAttribute

        protected void addAttribute​(java.lang.String type,
                                    java.lang.String value)
      • addAttribute

        public void addAttribute​(java.lang.String av)
      • getIntegerAttributeValue

        protected java.lang.Integer getIntegerAttributeValue​(int type)
                                                      throws SomException
        Throws:
        SomException
      • getStringAttributeValue

        protected java.lang.String getStringAttributeValue​(int type)
                                                    throws SomException
        Throws:
        SomException
      • getBooleanAttributeValue

        protected boolean getBooleanAttributeValue​(int type)
                                            throws SomException
        Throws:
        SomException
      • print

        public void print()
      • setSkipNotifications

        protected void setSkipNotifications​(int n)