Subversion Repositories Integrator Subversion

Rev

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

Rev 106 Rev 195
Line 7... Line 7...
7
import javax.persistence.Id;
7
import javax.persistence.Id;
8
import javax.persistence.Table;
8
import javax.persistence.Table;
9
import javax.persistence.Transient;
9
import javax.persistence.Transient;
10
import javax.validation.constraints.Size;
10
import javax.validation.constraints.Size;
11
11
12
import br.edu.cesmac.core.util.StringUtil;
-
 
-
 
12
import br.com.ec.core.util.StringUtil;
13
13
14
@Entity
14
@Entity
15
@Table(name="sec_forma_pagamento", schema="sc_sec")
15
@Table(name="sec_forma_pagamento", schema="sc_sec")
16
public class FormaPagamento implements Serializable {
16
public class FormaPagamento implements Serializable {
17
         
17