java.lang.Object
jmmv.db.Register
jmmv.progs.DiskCat.RegisterMovie
- final class RegisterMovie
- extends jmmv.db.Register
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mIDMovie
public long mIDMovie
mIDDisk
public long mIDDisk
mIDFile
public long mIDFile
mTitle
public java.lang.String mTitle
mFormat
public java.lang.String mFormat
TITLE_MAXLENGTH
private static final int TITLE_MAXLENGTH
- See Also:
- Constant Field Values
FORMAT_MAXLENGTH
private static final int FORMAT_MAXLENGTH
- See Also:
- Constant Field Values
RegisterMovie
RegisterMovie()
setNewValues
public void setNewValues()
getIDMovie
public long getIDMovie()
getIDDisk
public long getIDDisk()
getIDFile
public long getIDFile()
getTitle
public java.lang.String getTitle()
getFormat
public java.lang.String getFormat()
setIDMovie
public void setIDMovie(long l)
setIDDisk
public void setIDDisk(long l)
throws jmmv.db.InvalidDataException,
java.sql.SQLException
setIDFile
public void setIDFile(long l)
setTitle
public void setTitle(java.lang.String s)
throws jmmv.db.InvalidDataException
setFormat
public void setFormat(java.lang.String s)
throws jmmv.db.InvalidDataException
parseResultSet
public void parseResultSet(java.sql.ResultSet rs)
throws java.sql.SQLException
whereSentence
public final java.lang.String whereSentence()
insert
public final void insert()
throws jmmv.db.InvalidDataException,
java.sql.SQLException
delete
public final void delete()
throws java.sql.SQLException
update
public final void update(jmmv.db.Register old)
throws java.sql.SQLException