doc.walkthru
Interface Track

All Known Implementing Classes:
TrackImpl

public interface Track


Method Summary
 int durationInSeconds()
           
 java.lang.String getName()
           
 Performer getPerformer()
           
 

Method Detail

getName

java.lang.String getName()

getPerformer

Performer getPerformer()

durationInSeconds

int durationInSeconds()