bass.dto
Class DTO_BandWithFPD

java.lang.Object
  extended by bass.dto.DTO_Band
      extended by bass.dto.DTO_BandWithFPD

public class DTO_BandWithFPD
extends DTO_Band


Field Summary
private  float friendsPerDay
           
 
Constructor Summary
DTO_BandWithFPD()
           
 
Method Summary
 float getFriendsPerDay()
           
 void setFriendsPerDay(float friendsPerDay)
           
 
Methods inherited from class bass.dto.DTO_Band
commaRemover, getElementSeperator, getFans, getGenre1, getGenre2, getGenre3, getId, getLabelType, getLastLogin, getLastUpdate, getLocation, getMemberSince, getName, getPlays, getViews, isUsable, setFans, setFans, setGenre1, setGenre2, setGenre3, setId, setLabelType, setLastLogin, setLastLogin, setLastUpdate, setLastUpdate, setLocation, setMemberSince, setMemberSince, setName, setPlays, setPlays, setViews, setViews, stringToDate, toHTML, toServerString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

friendsPerDay

private float friendsPerDay
Constructor Detail

DTO_BandWithFPD

public DTO_BandWithFPD()
Method Detail

getFriendsPerDay

public float getFriendsPerDay()
Returns:
the friendsPerDay

setFriendsPerDay

public void setFriendsPerDay(float friendsPerDay)
Parameters:
friendsPerDay - the friendsPerDay to set