Class PublisherEntry


  • public class PublisherEntry
    extends MgmtEntry
    Management Entry Publisher.
    Author:
    Lijun Liao (xipki)
    • Constructor Summary

      Constructors 
      Constructor Description
      PublisherEntry​(org.xipki.ca.api.NameId ident, java.lang.String type, java.lang.String conf)  
    • Constructor Detail

      • PublisherEntry

        public PublisherEntry​(org.xipki.ca.api.NameId ident,
                              java.lang.String type,
                              java.lang.String conf)
    • Method Detail

      • setIdent

        public void setIdent​(org.xipki.ca.api.NameId ident)
      • getIdent

        public org.xipki.ca.api.NameId getIdent()
      • setType

        public void setType​(java.lang.String type)
      • getType

        public java.lang.String getType()
      • setConf

        public void setConf​(java.lang.String conf)
      • getConf

        public java.lang.String getConf()
      • faulty

        public boolean faulty()
      • faulty

        public void faulty​(boolean faulty)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • equals

        public boolean equals​(PublisherEntry obj,
                              boolean ignoreId)
      • hashCode

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