|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbase.RecordInfo
public class RecordInfo
This is a storage class for recording information of the video recorder.
| Field Summary | |
|---|---|
int |
id
stard and end tiome of a scheduled recording |
String |
name
unique identifier of a scheduled recording; this id is equal to the database index |
long |
rtime
|
String |
station
unique identifier of a scheduled recording; this id is equal to the database index |
long |
stime
|
| Constructor Summary | |
|---|---|
RecordInfo()
This is the default constructor |
|
RecordInfo(int stime,
int rtime,
String name,
String station,
int id)
Constructor for an object of type RecordInfo |
|
RecordInfo(long day,
int shour,
int smin,
int ehour,
int emin,
String name,
String station)
Constructor for an object of type RecordInfo |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public long stime
public long rtime
public int id
public String name
public String station
| Constructor Detail |
|---|
public RecordInfo()
public RecordInfo(long day,
int shour,
int smin,
int ehour,
int emin,
String name,
String station)
day - the day the schedule starts atshour - the hour the shedule starts atsmin - the minute if the hour the shedule starts atehour - the hour the shedule ends atemin - the minute within the hour the shedule ends atname - the name for this recording; this name is also used for the name of the video filestation - the name of the TV station where to record from
public RecordInfo(int stime,
int rtime,
String name,
String station,
int id)
stime - the starting time (in seconds) for the schedulertime - the total recording time for the schedulename - the name for this recording; this name is also used for the name of the video filestation - the name of the TV station where to record fromid - a unique identifier for this object (also used by the SQL DB)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||