Subversion Repositories SmartDukaan

Rev

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

Rev 23405 Rev 31860
Line 14... Line 14...
14
 
14
 
15
import com.spice.profitmandi.common.enumuration.IndentStatus;
15
import com.spice.profitmandi.common.enumuration.IndentStatus;
16
import com.spice.profitmandi.dao.convertor.LocalDateTimeAttributeConverter;
16
import com.spice.profitmandi.dao.convertor.LocalDateTimeAttributeConverter;
17
 
17
 
18
@Entity
18
@Entity
19
@Table(name = "fofo.indent", schema = "fofo")
19
@Table(name = "fofo.indent")
20
public class Indent {
20
public class Indent {
21
 
21
 
22
	@Override
22
	@Override
23
	public String toString() {
23
	public String toString() {
24
		return "Indent [id=" + id + ", status=" + status + ", fofoId=" + fofoId + ", closedTimestamp=" + closedTimestamp
24
		return "Indent [id=" + id + ", status=" + status + ", fofoId=" + fofoId + ", closedTimestamp=" + closedTimestamp