public class RequestCertType extends IdentifidDbObjectType
| Modifier and Type | Field and Description |
|---|---|
static String |
TAG_CID |
static String |
TAG_PARENT |
static String |
TAG_RID |
static String |
TAG_ROOT |
TAG_FILE, TAG_ID| Constructor and Description |
|---|
RequestCertType() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCid() |
Long |
getRid() |
void |
setCid(long cid) |
void |
setRid(long rid) |
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_RID
public static final String TAG_CID
public Long getRid()
public void setRid(long rid)
public Long getCid()
public void setCid(long cid)
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.