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 Object

Class used to hold the property info.


Constructor Summary
PropertySheetApplicationStats.Bean()
           
 
Method Summary
 String getCountArtists()
          Gets the countArtists.
 String getCountDiscs()
          Gets the countDiscs.
 String getCountTracks()
          Gets the countTracks.
 String getFileAveragePerDisc()
          Gets the fileAveragePerDisc.
 String getFileTotal()
          Gets the fileTotal.
 String getTimeAveragePerDisc()
          Gets the timeAveragePerDisc.
 String getTimeTotal()
          Gets the timeTotal.
 void setCountArtists(String aCountArtists)
          Sets the countArtists.
 void setCountDiscs(String aCountDiscs)
          Sets the countDiscs.
 void setCountTracks(String aCountTracks)
          Sets the countTracks.
 void setFileAveragePerDisc(String aFileAveragePerDisc)
          Sets the fileAveragePerDisc.
 void setFileTotal(String aFileTotal)
          Sets the fileTotal.
 void setTimeAveragePerDisc(String aTimeAveragePerDisc)
          Sets the timeAveragePerDisc.
 void setTimeTotal(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 String getCountArtists()
Gets the countArtists.

Returns:
Returns the countArtists.

getCountDiscs

public String getCountDiscs()
Gets the countDiscs.

Returns:
Returns the countDiscs.

getCountTracks

public String getCountTracks()
Gets the countTracks.

Returns:
Returns the countTracks.

getFileTotal

public String getFileTotal()
Gets the fileTotal.

Returns:
Returns the fileTotal.

getTimeAveragePerDisc

public String getTimeAveragePerDisc()
Gets the timeAveragePerDisc.

Returns:
Returns the timeAveragePerDisc.

getTimeTotal

public String getTimeTotal()
Gets the timeTotal.

Returns:
Returns the timeTotal.

setCountArtists

public void setCountArtists(String aCountArtists)
Sets the countArtists.

Parameters:
aCountArtists - The countArtists to set.

setCountDiscs

public void setCountDiscs(String aCountDiscs)
Sets the countDiscs.

Parameters:
aCountDiscs - The countDiscs to set.

setCountTracks

public void setCountTracks(String aCountTracks)
Sets the countTracks.

Parameters:
aCountTracks - The countTracks to set.

setFileTotal

public void setFileTotal(String aFileTotal)
Sets the fileTotal.

Parameters:
aFileTotal - The fileTotal to set.

setTimeAveragePerDisc

public void setTimeAveragePerDisc(String aTimeAveragePerDisc)
Sets the timeAveragePerDisc.

Parameters:
aTimeAveragePerDisc - The timeAveragePerDisc to set.

setTimeTotal

public void setTimeTotal(String aTimeTotal)
Sets the timeTotal.

Parameters:
aTimeTotal - The timeTotal to set.

getFileAveragePerDisc

public String getFileAveragePerDisc()
Gets the fileAveragePerDisc.

Returns:
Returns the fileAveragePerDisc.

setFileAveragePerDisc

public void setFileAveragePerDisc(String aFileAveragePerDisc)
Sets the fileAveragePerDisc.

Parameters:
aFileAveragePerDisc - The fileAveragePerDisc to set.


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