Nova API - Release 01
bug#17263 dev:trevezani qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@99188 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
825e764b43
commit
6b85edc707
|
@ -89,6 +89,8 @@ public class Parada implements Serializable {
|
||||||
private String descProcon;
|
private String descProcon;
|
||||||
@Column(name="INDVENDETOTEM")
|
@Column(name="INDVENDETOTEM")
|
||||||
private Boolean indVendeTotem;
|
private Boolean indVendeTotem;
|
||||||
|
@Column(name="INDVISIBLEINTERNET")
|
||||||
|
private Boolean indVisibleInternet;
|
||||||
|
|
||||||
@ManyToOne
|
@ManyToOne
|
||||||
@JoinColumn(name = "REGIONMETROPOLITANA_ID", referencedColumnName = "REGIONMETROPOLITANA_ID")
|
@JoinColumn(name = "REGIONMETROPOLITANA_ID", referencedColumnName = "REGIONMETROPOLITANA_ID")
|
||||||
|
@ -321,4 +323,11 @@ public class Parada implements Serializable {
|
||||||
this.codanttaux = codanttaux;
|
this.codanttaux = codanttaux;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Boolean getIndVisibleInternet() {
|
||||||
|
return indVisibleInternet;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setIndVisibleInternet(Boolean indVisibleInternet) {
|
||||||
|
this.indVisibleInternet = indVisibleInternet;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue