Nova API - Release 02
bug#17264 dev:trevezani qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@99527 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
daa2bd037d
commit
43e6375210
|
@ -105,7 +105,10 @@ public class Usuario implements Serializable, UserDetails/*, Authentication*/ {
|
|||
|
||||
@Column(name = "INDEXPIRASENHA")
|
||||
private Boolean indExpiraSenha;
|
||||
|
||||
|
||||
@Column(name = "ESTACIONINTERNET_ID")
|
||||
private Long estacionInternetId;
|
||||
|
||||
/* Lista de permissoes do usuario */
|
||||
@Transient
|
||||
private List<String> listClavesPermisos;
|
||||
|
@ -458,4 +461,12 @@ public class Usuario implements Serializable, UserDetails/*, Authentication*/ {
|
|||
public void setIndExpiraSenha(Boolean indExpiraSenha) {
|
||||
this.indExpiraSenha = indExpiraSenha;
|
||||
}
|
||||
|
||||
public Long getEstacionInternetId() {
|
||||
return estacionInternetId;
|
||||
}
|
||||
|
||||
public void setEstacionInternetId(Long estacionInternetId) {
|
||||
this.estacionInternetId = estacionInternetId;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue