Subversion Repositories SmartDukaan

Rev

Rev 26914 | Rev 34709 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26914 Rev 31860
Line 11... Line 11...
11
import javax.persistence.GenerationType;
11
import javax.persistence.GenerationType;
12
import javax.persistence.Id;
12
import javax.persistence.Id;
13
import javax.persistence.Table;
13
import javax.persistence.Table;
14
 
14
 
15
@Entity
15
@Entity
16
@Table(name = "fofo.partner_type_change", schema = "fofo")
16
@Table(name = "fofo.partner_type_change")
17
public class PartnerTypeChange implements Serializable {
17
public class PartnerTypeChange implements Serializable {
18
 
18
 
19
	/**
19
	/**
20
	 * 
20
	 * 
21
	 */
21
	 */