com.melloware.jukes.gui.view.dialogs
Class PropertySheetApplicationStats.Bean

java.lang.Object
  extended by com.melloware.jukes.gui.view.dialogs.PropertySheetApplicationStats.Bean
Enclosing class:
PropertySheetApplicationStats

public static class PropertySheetApplicationStats.Bean
extends java.lang.Object

Class used to hold the property info.


Constructor Summary
PropertySheetApplicationStats.Bean()
           
 
Method Summary
 java.lang.String getCountArtists()
          Gets the countArtists.
 java.lang.String getCountDiscs()
          Gets the countDiscs.
 java.lang.String getCountTracks()
          Gets the countTracks.
 java.lang.String getFileAveragePerDisc()
          Gets the fileAveragePerDisc.
 java.lang.String getFileTotal()
          Gets the fileTotal.
 java.lang.String getTimeAveragePerDisc()
          Gets the timeAveragePerDisc.
 java.lang.String getTimeTotal()
          Gets the timeTotal.
 void setCountArtists(java.lang.String aCountArtists)
          Sets the countArtists.
 void setCountDiscs(java.lang.String aCountDiscs)
          Sets the countDiscs.
 void setCountTracks(java.lang.String aCountTracks)
          Sets the countTracks.
 void setFileAveragePerDisc(java.lang.String aFileAveragePerDisc)
          Sets the fileAveragePerDisc.
 void setFileTotal(java.lang.String aFileTotal)
          Sets the fileTotal.
 void setTimeAveragePerDisc(java.lang.String aTimeAveragePerDisc)
          Sets the timeAveragePerDisc.
 void setTimeTotal(java.lang.String aTimeTotal)
          Sets the timeTotal.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertySheetApplicationStats.Bean

public PropertySheetApplicationStats.Bean()
Method Detail

getCountArtists

public java.lang.String getCountArtists()
Gets the countArtists.

Returns:
Returns the countArtists.

getCountDiscs

public java.lang.String getCountDiscs()
Gets the countDiscs.

Returns:
Returns the countDiscs.

getCountTracks

public java.lang.String getCountTracks()
Gets the countTracks.

Returns:
Returns the countTracks.

getFileTotal

public java.lang.String getFileTotal()
Gets the fileTotal.

Returns:
Returns the fileTotal.

getTimeAveragePerDisc

public java.lang.String getTimeAveragePerDisc()
Gets the timeAveragePerDisc.

Returns:
Returns the timeAveragePerDisc.

getTimeTotal

public java.lang.String getTimeTotal()
Gets the timeTotal.

Returns:
Returns the timeTotal.

setCountArtists

public void setCountArtists(java.lang.String aCountArtists)
Sets the countArtists.

Parameters:
aCountArtists - The countArtists to set.

setCountDiscs

public void setCountDiscs(java.lang.String aCountDiscs)
Sets the countDiscs.

Parameters:
aCountDiscs - The countDiscs to set.

setCountTracks

public void setCountTracks(java.lang.String aCountTracks)
Sets the countTracks.

Parameters:
aCountTracks - The countTracks to set.

setFileTotal

public void setFileTotal(java.lang.String aFileTotal)
Sets the fileTotal.

Parameters:
aFileTotal - The fileTotal to set.

setTimeAveragePerDisc

public void setTimeAveragePerDisc(java.lang.String aTimeAveragePerDisc)
Sets the timeAveragePerDisc.

Parameters:
aTimeAveragePerDisc - The timeAveragePerDisc to set.

setTimeTotal

public void setTimeTotal(java.lang.String aTimeTotal)
Sets the timeTotal.

Parameters:
aTimeTotal - The timeTotal to set.

getFileAveragePerDisc

public java.lang.String getFileAveragePerDisc()
Gets the fileAveragePerDisc.

Returns:
Returns the fileAveragePerDisc.

setFileAveragePerDisc

public void setFileAveragePerDisc(java.lang.String aFileAveragePerDisc)
Sets the fileAveragePerDisc.

Parameters:
aFileAveragePerDisc - The fileAveragePerDisc to set.


Copyright © 1999-2008 Melloware Inc. All Rights Reserved.