Definition at line 30 of file Leads.java.
Public Member Functions | |
Leads (String id) | |
int | getAmount () |
void | setAmount (int amount) |
String | getDescription () |
void | setDescription (String description) |
Date | getCloseDate () |
void | setCloseDate (Date closeDate) |
int | getState () |
void | setState (int state) |
String | getId () |
boolean | equals (Object obj) |
int | hashCode () |
String | getIdaccount () |
void | setIdaccount (String idaccount) |
Static Public Attributes | |
static final String | LEADS_STATE_LABEL_CATEGORY = "3" |
Static Package Attributes | |
static final long | serialVersionUID = 5521257935120563452L |