Subversion Repositories SmartDukaan

Rev

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

Rev 24402 Rev 31860
Line 20... Line 20...
20
 * @author ashikali
20
 * @author ashikali
21
 *
21
 *
22
 */
22
 */
23
 
23
 
24
@Entity
24
@Entity
25
@Table(name="dtr.punch_in_out", schema = "dtr")
25
@Table(name="dtr.punch_in_out")
26
public class PunchInOut implements Serializable{
26
public class PunchInOut implements Serializable{
27
	
27
	
28
	private static final long serialVersionUID = 1L;
28
	private static final long serialVersionUID = 1L;
29
	
29
	
30
	public PunchInOut() {
30
	public PunchInOut() {