Subversion Repositories SmartDukaan

Rev

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

Rev 24917 Rev 31860
Line 16... Line 16...
16
 * 
16
 * 
17
 * @author Govind
17
 * @author Govind
18
 *
18
 *
19
 */
19
 */
20
@Entity
20
@Entity
21
@Table(name="fofo.fofo_inactive_store", schema = "fofo")
21
@Table(name="fofo.fofo_inactive_store")
22
public class InActiveFofoStore {
22
public class InActiveFofoStore {
23
 
23
 
24
	@Id
24
	@Id
25
	@Column(name="id", unique=true, updatable=false)
25
	@Column(name="id", unique=true, updatable=false)
26
	private int id;
26
	private int id;