Classe TuplaSets

(Actualitzat 30/04/2020, 17:22:56)

Extends:

Implements:

Package: eresframe.database

Informació general

TuplaSets.java

Creado el 15 de diciembre de 2006, 17:32

Revisado 30/04/2020 17:08:49
   getId
   getIdBloc
   getNom
   getUbicacion
   isActivo
   setActivo
   setId
   setIdBloc
   setNom
   setUbicacion
   toJSON
   TuplaSets
   TuplaSets
   TuplaSets
   TuplaSets
        
eresframe.database.TuplaSets

@return 
@throws 
public long getId() {}  
eresframe.database.TuplaSets

@return 
@throws 
public long getIdBloc() {}  
eresframe.database.TuplaSets

@return 
@throws 
public String getNom() {}  
eresframe.database.TuplaSets

@return 
@throws 
public String getUbicacion() {}  
eresframe.database.TuplaSets

@return 
@throws 
public boolean isActivo() {}  
eresframe.database.TuplaSets
@param boolean
@return 
@throws 
public void setActivo(boolean activo) {}  
eresframe.database.TuplaSets
@param long
@return 
@throws 
public void setId(long id) {}  
eresframe.database.TuplaSets
@param long
@return 
@throws 
public void setIdBloc(long idBloc) {}  
eresframe.database.TuplaSets
@param String
@return 
@throws 
public void setNom(String nom) {}  
eresframe.database.TuplaSets
@param String
@return 
@throws 
public void setUbicacion(String lloc) {}  
eresframe.database.TuplaSets

@return 
@throws 
public String toJSON()    {}  
eresframe.database.TuplaSets

@return 
@throws 
public TuplaSets() {}  
eresframe.database.TuplaSets
@param ResultSet
@return 
@throws SQLException
public TuplaSets(ResultSet res) throws SQLException {}  
eresframe.database.TuplaSets
Crea una nueva instancia de TuplaSets
@param long
@param String
@param String
@param long
@return 
@throws 
public TuplaSets(long id, String nom, String lloc, long idBloc) {}  
eresframe.database.TuplaSets
Crea un obj TuplaOral a partir de un obj Json.
@param JSONObject
@return 
@throws JSONException
public TuplaSets(JSONObject jo) throws JSONException  {}