Package org.xipki.ca.api.mgmt.entry
Class PublisherEntry
- java.lang.Object
-
- org.xipki.ca.api.mgmt.entry.MgmtEntry
-
- org.xipki.ca.api.mgmt.entry.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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)booleanequals(PublisherEntry obj, boolean ignoreId)booleanfaulty()voidfaulty(boolean faulty)java.lang.StringgetConf()org.xipki.ca.api.NameIdgetIdent()java.lang.StringgetType()inthashCode()voidsetConf(java.lang.String conf)voidsetIdent(org.xipki.ca.api.NameId ident)voidsetType(java.lang.String type)java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
equals
public boolean equals(PublisherEntry obj, boolean ignoreId)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-