public class DeleteRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
prid |
protected Long |
record |
protected String |
srid |
protected Date |
timestamp |
protected String |
type |
| Constructor and Description |
|---|
DeleteRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPrid() |
Long |
getRecord() |
String |
getSrid() |
Date |
getTimestamp() |
String |
getType() |
void |
setPrid(String prid) |
void |
setRecord(Long record) |
void |
setSrid(String srid) |
void |
setTimestamp(Date timestamp) |
void |
setType(String type) |
protected String type
protected Date timestamp
protected Long record
protected String prid
protected String srid
public String getType()
public void setType(String type)
public String getSrid()
public void setSrid(String srid)
public String getPrid()
public void setPrid(String prid)
public Long getRecord()
public void setRecord(Long record)
public Date getTimestamp()
public void setTimestamp(Date timestamp)
Copyright © 2022 NPO. All rights reserved.