SmsLoggingRecords

public class SmsLoggingRecords implements Serializable

SMS record collection for the logging UI

Constructors

SmsLoggingRecords

public SmsLoggingRecords(Integer page, Integer rows, Long totalRecords, SmsRecords smsRecords)

Constructs an sms logging view for the jq grid.

Parameters:
  • page – the page number
  • rows – the number of rows per page
  • totalRecords – the total number of records
  • smsRecords – the data to display in the grid

Methods

getPage

public Integer getPage()
Returns:the page number

getRecords

public Long getRecords()
Returns:the total number of records

getRows

public List<SmsLoggingRecord> getRows()
Returns:the data display in the grid

getTotal

public Integer getTotal()
Returns:the number of rows per page

toString

public String toString()