|
||||||||||
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
|
Fields inherited from class net.sf.dc.core.objects.DCObject |
_ID, alChildren, alValues, alwaysGenerateID, bValidation, module, sSelectTableDef, sTableName, 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 |
javax.swing.ImageIcon |
getIcon()
Returns the icon for this object |
protected void |
initializeSettings()
Initialize all user settings on this data crow object |
protected void |
setModuleIndex()
Sets the module index / sets the ownership of this data crow object |
protected void |
setSelectTableDef()
|
protected void |
setTableName()
Sets the database table name for this 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
Constructor Detail |
public AudioTrack()
Method Detail |
protected void setModuleIndex()
setModuleIndex
in class DCObject
protected void setTableName()
setTableName
in class DCObject
protected void setSelectTableDef()
setSelectTableDef
in class DCObject
public javax.swing.ImageIcon getIcon()
getIcon
in class DCObject
protected void initializeSettings()
initializeSettings
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 |