com.qualcommlabs.usercontext.protocol
Class ContentDescriptorHistory

java.lang.Object
  extended by com.qualcommlabs.usercontext.protocol.ContentDescriptorHistory

public class ContentDescriptorHistory
extends Object

The ContentDescriptorHistory class provides details about a history of content delivered to the user.


Constructor Summary
ContentDescriptorHistory()
           
 
Method Summary
 boolean equals(Object obj)
           
 ContentDescriptor getContentDescriptor()
          Gets the content descriptor.
 Integer getDeliveredToUserCount()
          Gets the delivered to user count.
 Long getLastDeliveryTime()
          Gets the last delivery time.
 int hashCode()
           
 void setContentDescriptor(ContentDescriptor contentDescriptor)
          Sets the content descriptor.
 void setDeliveredToUserCount(Integer deliveredToUserCount)
          Sets the delivered to user count.
 void setLastDeliveryTime(Long lastDeliveryTime)
          Sets the last delivery time.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentDescriptorHistory

public ContentDescriptorHistory()
Method Detail

getContentDescriptor

public ContentDescriptor getContentDescriptor()
Gets the content descriptor.

Returns:
the content descriptor

setContentDescriptor

public void setContentDescriptor(ContentDescriptor contentDescriptor)
Sets the content descriptor.

Parameters:
contentDescriptor - the new content descriptor

getDeliveredToUserCount

public Integer getDeliveredToUserCount()
Gets the delivered to user count.

Returns:
the delivered to user count

setDeliveredToUserCount

public void setDeliveredToUserCount(Integer deliveredToUserCount)
Sets the delivered to user count.

Parameters:
deliveredToUserCount - the new delivered to user count

getLastDeliveryTime

public Long getLastDeliveryTime()
Gets the last delivery time.

Returns:
the last delivery time

setLastDeliveryTime

public void setLastDeliveryTime(Long lastDeliveryTime)
Sets the last delivery time.

Parameters:
lastDeliveryTime - the new last delivery time

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2014 Qualcomm Retail Solutions, Inc.. All Rights Reserved.