public class ActionSearchBean extends
GenericSearchBean
public class ActionDTO extends GenericDTO implements Serializable,Auditable { // default serial version id, required for serializable classes. public static final String ACTION_SUSPEND = "SPN"; public static final String ACTION_DEREGISTER = "DRR"; public static final String ACTION_REINSTATE = "REI"; private static final long serialVersionUID = 1L; private Long actionId; private long accountId; private Date actionDate; private String actionType; private String remarks; private AccountDTO account; public ActionDTO() { } public ActionDTO(Long accountId, String action, String remarks, String updatedBy) { setAccountId(accountId); setActionType(action); setActionDate(new Date()); setRemarks(remarks); setUpdatedBy(updatedBy); } public Long getActionId() { return this.actionId; } public void setActionId(Long actionId) { this.actionId = actionId; } public long getAccountId() { return this.accountId; } public void setAccountId(long accountId) { this.accountId = accountId; } public Date getActionDate() { return this.actionDate; } public void setActionDate(Date actionDate) { this.actionDate = actionDate; } public String getActionType() { return this.actionType; } public void setActionType(String actionType) { this.actionType = actionType; } public String getRemarks() { return this.remarks; } public void setRemarks(String remarks) { this.remarks = remarks; } // bi-directional many-to-one association to AccountDTO public AccountDTO getAccount() { return this.account; } public void setAccount(AccountDTO account) { this.account = account; } @Override public String toString() { // TODO Auto-generated method stub return null; } } what is the purpose of @Override public String toString()...and what will do here ?
2535Post New Sony J2EE Interview Questions
Explain database connection in python flask?
What is a command and examples?
What are the types of array operations?
what are the names of the reports that you prepared?
Can I buy just word and excel?
What is the difference between Life Insurance and Life Assurance?
What replaced microsoft paint?
Hello Sir, My Name is Shoaib, I am Novice in Accounting Field. I want to learn the simple & step by step, procedure to final my company account. Please Help
When to use –target-dir and when to use –warehouse-dir while importing data?
I want measure the volumetric flow of gas in waste heat recovery Boiler?Tell me how and which type of instruments required. Plz mail me:naba02222@gmail.com Sam please post the answer .
What is meaning of type safety in c#?
Can you calibrate, troubleshoot and repair instruments? Which tools do you use for the same?
How to get the IP address of client in servlet?
What do you understand by dirty checking in angular?
Google analytics can help you learn more about the behavior of your client's customers. What is the reason?