com.arunta.base.settings
Class RecentCallsSettings

java.lang.Object
  extended by com.arunta.base.settings.RecentCallsSettings
All Implemented Interfaces:
java.io.Serializable

public class RecentCallsSettings
extends java.lang.Object
implements java.io.Serializable

Total Recall VR system Recent Calls Settings.

See Also:
Serialized Form

Constructor Summary
RecentCallsSettings()
           
RecentCallsSettings(long updatePeriod, int recordsToShow)
           
 
Method Summary
 int getRecordsToShow()
           
 long getUpdatePeriod()
           
 void setRecordsToShow(int recordsToShow)
           
 void setUpdatePeriod(long updatePeriod)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecentCallsSettings

public RecentCallsSettings()

RecentCallsSettings

public RecentCallsSettings(long updatePeriod,
                           int recordsToShow)
Method Detail

getUpdatePeriod

public long getUpdatePeriod()

setUpdatePeriod

public void setUpdatePeriod(long updatePeriod)

getRecordsToShow

public int getRecordsToShow()

setRecordsToShow

public void setRecordsToShow(int recordsToShow)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.