Subversion Repositories SmartDukaan

Rev

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

Rev 28755 Rev 28767
Line 36... Line 36...
36
	@Enumerated(EnumType.STRING)
36
	@Enumerated(EnumType.STRING)
37
	private ApplicableServiceType applicableType;
37
	private ApplicableServiceType applicableType;
38
	
38
	
39
	@Column(name="code")
39
	@Column(name="code")
40
	private String code;
40
	private String code;
41
	 
-
 
42
	@Column(name="active")
-
 
43
	private boolean active; 
-
 
44
	
41
	
45
	@Column(name="na_Comment")
42
	@Column(name="na_Comment")
46
	private String na_Comment;
43
	private String na_Comment;
47
 
44
 
48
	public int getId() {
45
	public int getId() {
Line 58... Line 55...
58
	}
55
	}
59
 
56
 
60
	public void setFofoId(int fofoId) {
57
	public void setFofoId(int fofoId) {
61
		this.fofoId = fofoId;
58
		this.fofoId = fofoId;
62
	}
59
	}
63
	
-
 
64
	
-
 
65
	
-
 
66
 
-
 
67
	public boolean isActive() {
-
 
68
		return active;
-
 
69
	}
-
 
70
 
-
 
71
	public void setActive(boolean active) {
-
 
72
		this.active = active;
-
 
73
	}
-
 
74
 
60
 
75
	public int getServiceId() {
61
	public int getServiceId() {
76
		return serviceId;
62
		return serviceId;
77
	}
63
	}
78
 
64