|
||||||||||
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.audiocd.AudioTrack
The Audio Track Object
DcObject
Field Summary | |
static int |
_A_TRACKNUMBER
|
static int |
_B_TITLE
|
static int |
_C_LYRICS
|
static int |
_D_PLAYLENGTH
|
static int |
_E_ALBUM
|
static int |
_F_USER_LONGTEXT
|
static int |
_G_USER_SHORTTEXT1
|
static int |
_H_USER_SHORTTEXT2
|
static int |
_I_USER_NUMERIC1
|
static int |
_J_USER_NUMERIC2
|
Fields inherited from class net.sf.dc.core.objects.DcObject |
_ID, alChildren, alValues, alwaysGenerateID, bValidation, module, uiRowNumber, wf |
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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int _A_TRACKNUMBER
public static final int _B_TITLE
public static final int _C_LYRICS
public static final int _D_PLAYLENGTH
public static final int _E_ALBUM
public static final int _F_USER_LONGTEXT
public static final int _G_USER_SHORTTEXT1
public static final int _H_USER_SHORTTEXT2
public static final int _I_USER_NUMERIC1
public static final int _J_USER_NUMERIC2
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 |