Classe TuplaOral

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

Extends:

Implements:

Package: eresframe.database

Informació general

TuplaOral.java

Created on 23 de noviembre de 2004, 17:52
CRUD de la tupla de orales

Revisado 30/04/2020 17:14:42
   getBloc
   getDia
   getGap
   getHora
   getHoraTope
   getId
   getIdBloc
   getIdSet
   getPreparacion
   getSesion
   getSet
   getSize
   isActivo
   isDesplegado
   main
   setActivo
   setDia
   setGap
   setHora
   setHoraTope
   setId
   setIdBloc
   setIdSet
   setPreparacion
   setSesion
   setSize
   toJSON
   toLog
   toString
   TuplaOral
   TuplaOral
   TuplaOral
   workOutFecha
        
eresframe.database.TuplaOral

@return 
@throws 
public String getBloc() {}  
eresframe.database.TuplaOral
Getter for property dia.

@return 
@throws 
public String getDia() {}  
eresframe.database.TuplaOral
Getter for property gap.

@return 
@throws 
public short getGap() {}  
eresframe.database.TuplaOral
Getter for property hora.

@return 
@throws 
public String getHora() {}  
eresframe.database.TuplaOral
Getter for property horaTope.

@return 
@throws 
public String getHoraTope() {}  
eresframe.database.TuplaOral
Getter for property id.

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

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

@return 
@throws 
public long getIdSet() {}  
eresframe.database.TuplaOral

@return 
@throws 
public int getPreparacion() {}  
eresframe.database.TuplaOral
Getter for property sesion.

@return 
@throws 
public long getSesion() {}  
eresframe.database.TuplaOral

@return 
@throws 
public String getSet() {}  
eresframe.database.TuplaOral

@return 
@throws 
public int getSize() {}  
eresframe.database.TuplaOral
Getter for property activo.

@return 
@throws 
public boolean isActivo() {}  
eresframe.database.TuplaOral

@return 
@throws 
public boolean isDesplegado() {}  
eresframe.database.TuplaOral
@param String[]
@return 
@throws 
public static void main(String[] args) {}  
eresframe.database.TuplaOral
Setter for property activo.
@param boolean
@return 
@throws 
public void setActivo(boolean activo) {}  
eresframe.database.TuplaOral
Setter for property dia.
@param String
@return 
@throws 
public void setDia(String dia) {}  
eresframe.database.TuplaOral
Setter for property gap.
@param short
@return 
@throws 
public void setGap(short gap) {}  
eresframe.database.TuplaOral
Setter for property hora.
@param String
@return 
@throws 
public void setHora(String hora) {}  
eresframe.database.TuplaOral
Setter for property horaTope.
@param String
@return 
@throws 
public void setHoraTope(String horaTope) {}  
eresframe.database.TuplaOral
Setter for property id.
@param long
@return 
@throws 
public void setId(long id) {}  
eresframe.database.TuplaOral
@param long
@return 
@throws 
public void setIdBloc(long idBloc) {}  
eresframe.database.TuplaOral
@param long
@return 
@throws 
public void setIdSet(long idSet) {}  
eresframe.database.TuplaOral
@param int
@return 
@throws 
public void setPreparacion(int preparacion) {}  
eresframe.database.TuplaOral
Setter for property sesion.
@param long
@return 
@throws 
public void setSesion(long sesion) {}  
eresframe.database.TuplaOral
@param int
@return 
@throws 
public void setSize(int size) {}  
eresframe.database.TuplaOral

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

@return 
@throws 
public String toLog()  {}  
eresframe.database.TuplaOral

@return 
@throws 
public String toString()    {}  
eresframe.database.TuplaOral

@return 
@throws 
public TuplaOral()  {}  
eresframe.database.TuplaOral
Crea un obj TuplaOral a partir de un obj Json.
@param JSONObject
@return 
@throws JSONException
public TuplaOral(JSONObject jo) throws JSONException  {}  
eresframe.database.TuplaOral
Creates a new instance of TuplaOral
@param ResultSet
@return 
@throws 
public TuplaOral(ResultSet res) {}  
eresframe.database.TuplaOral

@return 
@throws 
private void workOutFecha()  {}