public class CrlType extends IdentifidDbObjectType
| Modifier and Type | Field and Description |
|---|---|
static String |
TAG_CAID |
static String |
TAG_CRLNO |
static String |
TAG_PARENT |
static String |
TAG_ROOT |
TAG_FILE, TAG_ID| Constructor and Description |
|---|
CrlType() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCaId() |
String |
getCrlNo() |
String |
getFile() |
void |
setCaId(Integer caId) |
void |
setCrlNo(String crlNo) |
void |
setFile(String file) |
void |
validate() |
void |
writeTo(DbiXmlWriter writer)
TODO.
|
getId, setIdassertNotBlank, assertNotNull, writeIfNotNullpublic static final String TAG_PARENT
public static final String TAG_ROOT
public static final String TAG_CAID
public static final String TAG_CRLNO
public Integer getCaId()
public void setCaId(Integer caId)
public String getCrlNo()
public void setCrlNo(String crlNo)
public String getFile()
public void setFile(String file)
public void validate()
throws InvalidDataObjectException
validate in class IdentifidDbObjectTypeInvalidDataObjectExceptionpublic void writeTo(DbiXmlWriter writer) throws InvalidDataObjectException, XMLStreamException
DbDataObjectwriteTo in class DbDataObjectwriter - Writer. Must not be null.InvalidDataObjectExceptionXMLStreamExceptionCopyright © 2018. All rights reserved.