Subversion Repositories SmartDukaan

Rev

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

Rev 21780 Rev 22658
Line 1... Line 1...
1
package com.spice.profitmandi.web.request;
1
package com.spice.profitmandi.web.request;
2
 
2
 
3
import java.util.List;
3
import java.util.List;
4
import java.util.Set;
-
 
5
 
4
 
6
import com.spice.profitmandi.dao.enumuration.fofo.TagType;
5
import com.spice.profitmandi.dao.enumuration.catalog.TagType;
-
 
6
 
7
 
7
 
8
public class CreateTagRequest {
8
public class CreateTagRequest {
9
	private String label;
9
	private String label;
10
	private TagType tagType;
10
	private TagType tagType;
11
	private String description;
11
	private String description;