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 {}
