All Packages Class Hierarchy This Package Previous Next Index
Class dbtables.user_info
java.lang.Object
|
+----dbgeneric.DatabaseAccess
|
+----dbtables.user_info
- public class user_info
- extends DatabaseAccess
-
user_info()
-
-
count()
- Counts the number of entries for this table in the database.
-
countByIndex(String)
- Counts the number of entries for this table in the database.
-
countByKey(String)
- Counts the number of entries for this table in the database.
-
countLikeIndex(String)
- Counts the number of entries for this table in the database.
-
countLikeKey(String)
- Counts the number of entries for this table in the database.
-
deleteByIndex(String)
- Deletes from the database for table "user_info"
-
deleteByKey(String)
- Deletes from the database for table "user_info"
-
getAccesses()
- Gets the value for accesses
-
getAlt_fax_num()
- Gets the value for alt_fax_num
-
getAlt_phone_num()
- Gets the value for alt_phone_num
-
getApplication()
- Gets the value for application
-
getAuto_reply0()
- Gets the value for auto_reply0
-
getAuto_reply1()
- Gets the value for auto_reply1
-
getAuto_reply2()
- Gets the value for auto_reply2
-
getAuto_reply3()
- Gets the value for auto_reply3
-
getAuto_reply4()
- Gets the value for auto_reply4
-
getAuto_reply5()
- Gets the value for auto_reply5
-
getAuto_reply6()
- Gets the value for auto_reply6
-
getAuto_reply7()
- Gets the value for auto_reply7
-
getAuto_reply8()
- Gets the value for auto_reply8
-
getAuto_reply9()
- Gets the value for auto_reply9
-
getBlock_reason()
- Gets the value for block_reason
-
getBlocked()
- Gets the value for blocked
-
getCountry()
- Gets the value for country
-
getCreated()
- Gets the value for created
-
getFax_number()
- Gets the value for fax_number
-
getFirst_name()
- Gets the value for first_name
-
getFromResultSet(ResultSet)
- Updates the object from a retrieved ResultSet.
-
getId()
- Gets the value for id
-
getLastaccess()
- Gets the value for lastaccess
-
getPhone_number()
- Gets the value for phone_number
-
getPin()
- Gets the value for pin
-
getPostcode()
- Gets the value for postcode
-
getStreet()
- Gets the value for street
-
getSurname()
- Gets the value for surname
-
getTown()
- Gets the value for town
-
getTts_pitch()
- Gets the value for tts_pitch
-
getTts_speaker()
- Gets the value for tts_speaker
-
getTts_speed()
- Gets the value for tts_speed
-
getTts_volume()
- Gets the value for tts_volume
-
getWeb_verbosity()
- Gets the value for web_verbosity
-
insert()
- Inserts the current object values into the database.
-
retrieveAllLikeIndex(String)
- Retrieve from the database for table "user_info"
-
retrieveAllLikeKey(String)
- Retrieve from the database for table "user_info"
-
retrieveAllWhere(String)
- Retrieve from the database for table "user_info"
-
retrieveByIndex(String)
- Retrieve from the database for table "user_info"
-
retrieveByKey(String)
- Retrieve from the database for table "user_info"
-
setAccesses(int)
- Sets the value for accesses
-
setAlt_fax_num(String)
- Sets the value for alt_fax_num
-
setAlt_phone_num(String)
- Sets the value for alt_phone_num
-
setApplication(String)
- Sets the value for application
-
setAuto_reply0(String)
- Sets the value for auto_reply0
-
setAuto_reply1(String)
- Sets the value for auto_reply1
-
setAuto_reply2(String)
- Sets the value for auto_reply2
-
setAuto_reply3(String)
- Sets the value for auto_reply3
-
setAuto_reply4(String)
- Sets the value for auto_reply4
-
setAuto_reply5(String)
- Sets the value for auto_reply5
-
setAuto_reply6(String)
- Sets the value for auto_reply6
-
setAuto_reply7(String)
- Sets the value for auto_reply7
-
setAuto_reply8(String)
- Sets the value for auto_reply8
-
setAuto_reply9(String)
- Sets the value for auto_reply9
-
setBlock_reason(int)
- Sets the value for block_reason
-
setBlocked(int)
- Sets the value for blocked
-
setCountry(String)
- Sets the value for country
-
setCreated(Timestamp)
- Sets the value for created
-
setFax_number(String)
- Sets the value for fax_number
-
setFirst_name(String)
- Sets the value for first_name
-
setId(String)
- Sets the value for id
-
setLastaccess(Timestamp)
- Sets the value for lastaccess
-
setPhone_number(String)
- Sets the value for phone_number
-
setPin(String)
- Sets the value for pin
-
setPostcode(String)
- Sets the value for postcode
-
setStreet(String)
- Sets the value for street
-
setSurname(String)
- Sets the value for surname
-
setTown(String)
- Sets the value for town
-
setTts_pitch(int)
- Sets the value for tts_pitch
-
setTts_speaker(int)
- Sets the value for tts_speaker
-
setTts_speed(int)
- Sets the value for tts_speed
-
setTts_volume(int)
- Sets the value for tts_volume
-
setWeb_verbosity(int)
- Sets the value for web_verbosity
-
updateByIndex()
- Updates the current object values into the database.
-
updateByKey()
- Updates the current object values into the database.
user_info
public user_info()
setId
public void setId(String id)
- Sets the value for id
getId
public String getId()
- Gets the value for id
setPin
public void setPin(String pin)
- Sets the value for pin
getPin
public String getPin()
- Gets the value for pin
setFirst_name
public void setFirst_name(String first_name)
- Sets the value for first_name
getFirst_name
public String getFirst_name()
- Gets the value for first_name
setSurname
public void setSurname(String surname)
- Sets the value for surname
getSurname
public String getSurname()
- Gets the value for surname
setStreet
public void setStreet(String street)
- Sets the value for street
getStreet
public String getStreet()
- Gets the value for street
setTown
public void setTown(String town)
- Sets the value for town
getTown
public String getTown()
- Gets the value for town
setCountry
public void setCountry(String country)
- Sets the value for country
getCountry
public String getCountry()
- Gets the value for country
setPostcode
public void setPostcode(String postcode)
- Sets the value for postcode
getPostcode
public String getPostcode()
- Gets the value for postcode
setPhone_number
public void setPhone_number(String phone_number)
- Sets the value for phone_number
getPhone_number
public String getPhone_number()
- Gets the value for phone_number
setAlt_phone_num
public void setAlt_phone_num(String alt_phone_num)
- Sets the value for alt_phone_num
getAlt_phone_num
public String getAlt_phone_num()
- Gets the value for alt_phone_num
setFax_number
public void setFax_number(String fax_number)
- Sets the value for fax_number
getFax_number
public String getFax_number()
- Gets the value for fax_number
setAlt_fax_num
public void setAlt_fax_num(String alt_fax_num)
- Sets the value for alt_fax_num
getAlt_fax_num
public String getAlt_fax_num()
- Gets the value for alt_fax_num
setApplication
public void setApplication(String application)
- Sets the value for application
getApplication
public String getApplication()
- Gets the value for application
setCreated
public void setCreated(Timestamp created)
- Sets the value for created
getCreated
public Timestamp getCreated()
- Gets the value for created
setLastaccess
public void setLastaccess(Timestamp lastaccess)
- Sets the value for lastaccess
getLastaccess
public Timestamp getLastaccess()
- Gets the value for lastaccess
setAccesses
public void setAccesses(int accesses)
- Sets the value for accesses
getAccesses
public int getAccesses()
- Gets the value for accesses
setBlocked
public void setBlocked(int blocked)
- Sets the value for blocked
getBlocked
public int getBlocked()
- Gets the value for blocked
setBlock_reason
public void setBlock_reason(int block_reason)
- Sets the value for block_reason
getBlock_reason
public int getBlock_reason()
- Gets the value for block_reason
setTts_speaker
public void setTts_speaker(int tts_speaker)
- Sets the value for tts_speaker
getTts_speaker
public int getTts_speaker()
- Gets the value for tts_speaker
setTts_pitch
public void setTts_pitch(int tts_pitch)
- Sets the value for tts_pitch
getTts_pitch
public int getTts_pitch()
- Gets the value for tts_pitch
setTts_speed
public void setTts_speed(int tts_speed)
- Sets the value for tts_speed
getTts_speed
public int getTts_speed()
- Gets the value for tts_speed
setTts_volume
public void setTts_volume(int tts_volume)
- Sets the value for tts_volume
getTts_volume
public int getTts_volume()
- Gets the value for tts_volume
setWeb_verbosity
public void setWeb_verbosity(int web_verbosity)
- Sets the value for web_verbosity
getWeb_verbosity
public int getWeb_verbosity()
- Gets the value for web_verbosity
setAuto_reply0
public void setAuto_reply0(String auto_reply0)
- Sets the value for auto_reply0
getAuto_reply0
public String getAuto_reply0()
- Gets the value for auto_reply0
setAuto_reply1
public void setAuto_reply1(String auto_reply1)
- Sets the value for auto_reply1
getAuto_reply1
public String getAuto_reply1()
- Gets the value for auto_reply1
setAuto_reply2
public void setAuto_reply2(String auto_reply2)
- Sets the value for auto_reply2
getAuto_reply2
public String getAuto_reply2()
- Gets the value for auto_reply2
setAuto_reply3
public void setAuto_reply3(String auto_reply3)
- Sets the value for auto_reply3
getAuto_reply3
public String getAuto_reply3()
- Gets the value for auto_reply3
setAuto_reply4
public void setAuto_reply4(String auto_reply4)
- Sets the value for auto_reply4
getAuto_reply4
public String getAuto_reply4()
- Gets the value for auto_reply4
setAuto_reply5
public void setAuto_reply5(String auto_reply5)
- Sets the value for auto_reply5
getAuto_reply5
public String getAuto_reply5()
- Gets the value for auto_reply5
setAuto_reply6
public void setAuto_reply6(String auto_reply6)
- Sets the value for auto_reply6
getAuto_reply6
public String getAuto_reply6()
- Gets the value for auto_reply6
setAuto_reply7
public void setAuto_reply7(String auto_reply7)
- Sets the value for auto_reply7
getAuto_reply7
public String getAuto_reply7()
- Gets the value for auto_reply7
setAuto_reply8
public void setAuto_reply8(String auto_reply8)
- Sets the value for auto_reply8
getAuto_reply8
public String getAuto_reply8()
- Gets the value for auto_reply8
setAuto_reply9
public void setAuto_reply9(String auto_reply9)
- Sets the value for auto_reply9
getAuto_reply9
public String getAuto_reply9()
- Gets the value for auto_reply9
getFromResultSet
public void getFromResultSet(ResultSet r) throws SQLException
- Updates the object from a retrieved ResultSet.
retrieveByKey
public boolean retrieveByKey(String id) throws SQLException
- Retrieve from the database for table "user_info"
retrieveAllLikeKey
public Vector retrieveAllLikeKey(String id) throws SQLException
- Retrieve from the database for table "user_info"
updateByKey
public boolean updateByKey() throws SQLException
- Updates the current object values into the database.
deleteByKey
public boolean deleteByKey(String id) throws SQLException
- Deletes from the database for table "user_info"
countByKey
public int countByKey(String id) throws SQLException
- Counts the number of entries for this table in the database.
countLikeKey
public int countLikeKey(String id) throws SQLException
- Counts the number of entries for this table in the database.
retrieveByIndex
public boolean retrieveByIndex(String id) throws SQLException
- Retrieve from the database for table "user_info"
retrieveAllLikeIndex
public Vector retrieveAllLikeIndex(String id) throws SQLException
- Retrieve from the database for table "user_info"
updateByIndex
public boolean updateByIndex() throws SQLException
- Updates the current object values into the database.
deleteByIndex
public boolean deleteByIndex(String id) throws SQLException
- Deletes from the database for table "user_info"
countByIndex
public int countByIndex(String id) throws SQLException
- Counts the number of entries for this table in the database.
countLikeIndex
public int countLikeIndex(String id) throws SQLException
- Counts the number of entries for this table in the database.
retrieveAllWhere
public Vector retrieveAllWhere(String where) throws SQLException
- Retrieve from the database for table "user_info"
insert
public boolean insert() throws SQLException
- Inserts the current object values into the database.
count
public int count() throws SQLException
- Counts the number of entries for this table in the database.
All Packages Class Hierarchy This Package Previous Next Index