Class CaCertstore.DbSchemaEntry

  • Enclosing class:
    CaCertstore

    public static class CaCertstore.DbSchemaEntry
    extends org.xipki.util.ValidatableConf
    • Constructor Summary

      Constructors 
      Constructor Description
      DbSchemaEntry()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.lang.String getValue()  
      void setName​(java.lang.String name)  
      void setValue​(java.lang.String value)  
      void validate()  
      • Methods inherited from class org.xipki.util.ValidatableConf

        _null, exactOne, notBlank, notEmpty, notNull, validate, validate
      • Methods inherited from class java.lang.Object

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

      • DbSchemaEntry

        public DbSchemaEntry()
    • Method Detail

      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)
      • validate

        public void validate()
                      throws org.xipki.util.exception.InvalidConfException
        Specified by:
        validate in class org.xipki.util.ValidatableConf
        Throws:
        org.xipki.util.exception.InvalidConfException