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 ?
2585Post New Sony J2EE Interview Questions
What will your outlook towards maintenance of liquid assets to ensure that the firm has adequate cash in hand to meet its obligations at all times
How to change from su to cloudera?
To specify the test artifacts involved in testing.
What is the main use of rotary phase converter ?
Define different parameters in tableau and their working?
If a person got gold by wining a lottery and TDS on the gold value was not deducted by the deductor. After getting the gold, the person tranfer the gold to his daughter. After reading the provisions of the Income Tax Act, 1961, you are required to state that who is liable to pay the tax on the value of the gold? and is there any liability of the Deductor towards non-deduction of TDS?
How can I manage special characters when I execute an insert query?
Explain the meaning of object in object oriented programming?
Name some of the file extension for ms access?
Tell me the two types of services that are used to deal with communication?
Why are the laminations insulated from each other?
How to create properties and methods using controls?
What is database in php mysql?
What is table partitioning? What are return tables?
Explain cdn? : jquery mobile