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, String type, String conf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)booleanequals(PublisherEntry obj, boolean ignoreId)StringgetConf()org.xipki.ca.api.NameIdgetIdent()StringgetType()inthashCode()booleanisFaulty()voidsetConf(String conf)voidsetFaulty(boolean faulty)voidsetIdent(org.xipki.ca.api.NameId ident)voidsetType(String type)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(String type)
-
getType
public String getType()
-
setConf
public void setConf(String conf)
-
getConf
public String getConf()
-
isFaulty
public boolean isFaulty()
-
setFaulty
public void setFaulty(boolean faulty)
-
equals
public boolean equals(PublisherEntry obj, boolean ignoreId)
-
-