Subversion Repositories SmartDukaan

Rev

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

Rev 26014 Rev 31860
Line 8... Line 8...
8
import javax.persistence.Table;
8
import javax.persistence.Table;
9
 
9
 
10
import com.spice.profitmandi.dao.enumuration.cs.EscalationType;
10
import com.spice.profitmandi.dao.enumuration.cs.EscalationType;
11
 
11
 
12
@Entity
12
@Entity
13
@Table(name="auth.menu_category", schema = "auth")
13
@Table(name="auth.menu_category")
14
public class MenuCategory implements Serializable {
14
public class MenuCategory implements Serializable {
15
	public EscalationType getEscalationType() {
15
	public EscalationType getEscalationType() {
16
		return escalationType;
16
		return escalationType;
17
	}
17
	}
18
 
18