|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.dc.core.objects.DcObject
net.sf.dc.core.objects.DcMediaObject
net.sf.dc.core.objects.audiocd.AudioTrack
The Audio Track Object
DcObject
Field Summary | |
static int |
_F_TRACKNUMBER
|
static int |
_G_LYRICS
|
static int |
_H_PLAYLENGTH
|
static int |
_I_ALBUM
|
Fields inherited from class net.sf.dc.core.objects.DcMediaObject |
_A_TITLE, _B_DESCRIPTION, _C_YEAR, _D_LOCATION, _E_RATING, _U1_USER_LONGTEXT, _U2_USER_SHORTTEXT1, _U3_USER_SHORTTEXT2, _U4_USER_NUMERIC1, _U5_USER_NUMERIC2 |
Fields inherited from class net.sf.dc.core.objects.DcObject |
_ID, _SYS_AVAILABLE, _SYS_LOANDURATION, _SYS_LOANEDBY, _SYS_MODULE, alChildren, alwaysGenerateID, bValidation, module, uiRowNumber, values |
Constructor Summary | |
AudioTrack()
|
Method Summary | |
void |
checkIntegrity(boolean update)
Checks if the values are unique and if all the required fields have been filled |
java.lang.String |
getFilename()
Returns the filename |
javax.swing.ImageIcon |
getIcon()
Returns the icon for this object |
protected void |
setModuleIndex()
Sets the module index / sets the ownership of this data crow object |
java.lang.String |
toString()
Create a UI representation for this object |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int _F_TRACKNUMBER
public static final int _G_LYRICS
public static final int _H_PLAYLENGTH
public static final int _I_ALBUM
Constructor Detail |
public AudioTrack()
Method Detail |
protected void setModuleIndex()
setModuleIndex
in class DcObject
public javax.swing.ImageIcon getIcon()
getIcon
in class DcObject
public java.lang.String getFilename()
DcObject
getFilename
in class DcObject
public void checkIntegrity(boolean update) throws ValidationException
DcObject
checkIntegrity
in class DcObject
update
- indicates if the values are new or existing
ValidationException
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |