Subversion Repositories SmartDukaan

Rev

Rev 25899 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25899 Rev 27610
Line 1... Line 1...
1
package com.spice.profitmandi.dao.enumuration.dtr;
1
package com.spice.profitmandi.dao.enumuration.dtr;
2
 
2
 
3
public enum LeadStatus {
3
public enum LeadStatus {
4
 
4
 
5
	pending,notInterested,followUp,finalized
5
	All, pending, notInterested, followUp, finalized;
6
}
6
}
7
 
-
 
8
 
-