bug #10253 - adm trunk
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@76927 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
bd82214b15
commit
01b6e86038
|
@ -86,6 +86,8 @@ public class Parada implements Serializable {
|
|||
private Integer codantt;
|
||||
@Column(name = "DESCPROCON")
|
||||
private String descProcon;
|
||||
@Column(name="INDVENDETOTEM")
|
||||
private Boolean indVendeTotem;
|
||||
|
||||
@ManyToOne
|
||||
@JoinColumn(name = "REGIONMETROPOLITANA_ID", referencedColumnName = "REGIONMETROPOLITANA_ID")
|
||||
|
@ -302,4 +304,12 @@ public class Parada implements Serializable {
|
|||
this.descProcon = descProcon;
|
||||
}
|
||||
|
||||
public Boolean getIndVendeTotem() {
|
||||
return indVendeTotem;
|
||||
}
|
||||
|
||||
public void setIndVendeTotem(Boolean indVendeTotem) {
|
||||
this.indVendeTotem = indVendeTotem;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue