public class RequestType extends IdentifidDbObjectType
| Modifier and Type | Field and Description |
|---|---|
static String |
TAG_PARENT |
static String |
TAG_ROOT |
static String |
TAG_UPDATE |
TAG_FILE, TAG_ID| Constructor and Description |
|---|
RequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFile() |
Long |
getUpdate() |
void |
setFile(String file) |
void |
setUpdate(Long update) |
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_UPDATE
public Long getUpdate()
public void setUpdate(Long update)
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.