public class PropertyIntegration extends Object
| Constructor and Description |
|---|
PropertyIntegration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBill_No() |
Date |
getCreate_Timestamp() |
String |
getError() |
Integer |
getID() |
String |
getIs_SYNC() |
Date |
getLast_updated_timestamp() |
String |
getOperation() |
void |
setBill_No(String bill_No) |
void |
setCreate_Timestamp(Date create_Timestamp) |
void |
setError(String error) |
void |
setID(Integer id) |
void |
setIs_SYNC(String is_SYNC) |
void |
setLast_updated_timestamp(Date last_updated_timestamp) |
void |
setOperation(String operation) |
String |
toString() |
public Date getCreate_Timestamp()
public void setCreate_Timestamp(Date create_Timestamp)
public Date getLast_updated_timestamp()
public void setLast_updated_timestamp(Date last_updated_timestamp)
public String getError()
public void setError(String error)
public Integer getID()
public void setID(Integer id)
public String getBill_No()
public void setBill_No(String bill_No)
public String getOperation()
public void setOperation(String operation)
public String getIs_SYNC()
public void setIs_SYNC(String is_SYNC)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.