Statistics
| Branch: | Revision:

m2u-upass-core / src / my / com / upass / pojo / UserMasterBean.java @ 0:02300db8682b

History | View | Annotate | Download (891 Bytes)

1
/**
2
 * Copyright (M) 2010 Penril Datability (M) Sdn Bhd All rights reserved.
3
 *
4
 * This software is copyrighted. Under the copyright laws, this software
5
 * may not be copied, in whole or in part, without prior written consent
6
 * of Penril Datability (M) Sdn Bhd or its assignees. This software is
7
 * provided under the terms of a license between Penril Datability (M)
8
 * Sdn Bhd and the recipient, and its use is subject to the terms of that
9
 * license.
10
 */
11
package my.com.upass.pojo;
12

    
13
import java.io.Serializable;
14

    
15
/**
16
 * PROGRAMMER: Danniell
17
 * CHANGE-NO:
18
 * TASK-NO:
19
 * DATE CREATED: Oct 8, 2011
20
 * TAG AS:
21
 * REASON(S):
22
 * MODIFICATION:
23
 */
24

    
25
/**
26
 * <Class description>
27
 */
28
public class UserMasterBean extends my.com.upass.UserMasterBean implements Serializable
29
{
30

    
31
        /**
32
         * 
33
         */
34
        private static final long serialVersionUID = 1932911022659850245L;
35
        
36
}