Package org.xipki.ca.mgmt.db.port
Class CaCertstore.Crl
- java.lang.Object
-
- org.xipki.util.ValidatableConf
-
- org.xipki.ca.mgmt.db.port.IdentifiedDbObject
-
- org.xipki.ca.mgmt.db.port.CaCertstore.Crl
-
- Enclosing class:
- CaCertstore
public static class CaCertstore.Crl extends IdentifiedDbObject
-
-
Constructor Summary
Constructors Constructor Description Crl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetCaId()StringgetCrlNo()IntegergetCrlScope()StringgetFile()voidsetCaId(Integer caId)voidsetCrlNo(String crlNo)voidsetCrlScope(Integer crlScope)voidsetFile(String file)voidvalidate()-
Methods inherited from class org.xipki.ca.mgmt.db.port.IdentifiedDbObject
getId, setId
-
-
-
-
Method Detail
-
getCaId
public Integer getCaId()
-
setCaId
public void setCaId(Integer caId)
-
getCrlNo
public String getCrlNo()
-
setCrlNo
public void setCrlNo(String crlNo)
-
getCrlScope
public Integer getCrlScope()
-
setCrlScope
public void setCrlScope(Integer crlScope)
-
getFile
public String getFile()
-
setFile
public void setFile(String file)
-
validate
public void validate() throws org.xipki.util.exception.InvalidConfException- Overrides:
validatein classIdentifiedDbObject- Throws:
org.xipki.util.exception.InvalidConfException
-
-