public class CancelledAppointment extends BaseBean implements java.io.Serializable
Constructor and Description |
---|
CancelledAppointment() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComment() |
int |
getCommentCode() |
int |
getErrorCode() |
java.lang.String |
getErrorMessage() |
double |
getFmDatetime() |
java.lang.String |
getLocation() |
boolean |
isCancelled() |
void |
setCancelled(boolean cancelled) |
void |
setComment(java.lang.String comment) |
void |
setCommentCode(int commentCode) |
void |
setErrorCode(int errorCode) |
void |
setErrorMessage(java.lang.String errorMessage) |
void |
setFmDatetime(double fmDatetime) |
void |
setLocation(java.lang.String location) |
getDfn, getDuz, getIen, getRpcResult, setDfn, setDuz, setIen, setRpcResult
public java.lang.String getLocation()
public void setLocation(java.lang.String location)
public double getFmDatetime()
public void setFmDatetime(double fmDatetime)
public boolean isCancelled()
public void setCancelled(boolean cancelled)
public int getErrorCode()
public void setErrorCode(int errorCode)
public java.lang.String getErrorMessage()
public void setErrorMessage(java.lang.String errorMessage)
public java.lang.String getComment()
public void setComment(java.lang.String comment)
public int getCommentCode()
public void setCommentCode(int commentCode)