306307308309310311312313
try { this.iTunesCom.setProperty("Finish", finish); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
324325326327328329330331
try { this.iTunesCom.setProperty("Genre", genre); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
342343344345346347348349
try { this.iTunesCom.setProperty("Grouping", grouping); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
376377378379380381382383
try { this.iTunesCom.setProperty("PlayedCount", playedCount); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
394395396397398399400401
try { this.iTunesCom.setProperty("PlayedDate", playedDate); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
420421422423424425426427
try { this.iTunesCom.setProperty("Rating", rating); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
454455456457458459460461
try { this.iTunesCom.setProperty("Start", start); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
480481482483484485486487
try { this.iTunesCom.setProperty("TrackCount", trackCount); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
498499500501502503504505
try { this.iTunesCom.setProperty("TrackNumber", trackNumber); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
519520521522523524525526
} this.iTunesCom.setProperty("VolumeAdjustment", volumeAdjustment); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }