com.sapportals.wcm.repository.service.accessstatistic

Class AccessStatisticObject

java.lang.Object
  extended by com.sapportals.wcm.repository.service.accessstatistic.AccessStatisticObject

public class AccessStatisticObject
extends Object

Provides access to the statistical data collected by the service. Copyright 2004 SAP AG


Constructor Summary
AccessStatisticObject(String rid, Date date, int hits)
          Constructor for the AccessStatisticObject object
 
Method Summary
 Date getDate()
          Gets the date attribute of the AccessStatisticObject object
 int getHits()
          Gets the hits attribute of the AccessStatisticObject object
 String getRid()
          Gets the rid attribute of the AccessStatisticObject object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessStatisticObject

public AccessStatisticObject(String rid,
                             Date date,
                             int hits)
Constructor for the AccessStatisticObject object

Parameters:
rid - a String which contains the rid of the resource
date - a Date with the last date when the resource was accessed
hits - a int which is no of hits
Method Detail

getRid

public String getRid()
Gets the rid attribute of the AccessStatisticObject object

Returns:
The rid value

getDate

public Date getDate()
Gets the date attribute of the AccessStatisticObject object

Returns:
The date value

getHits

public int getHits()
Gets the hits attribute of the AccessStatisticObject object

Returns:
The hits value
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM


Copyright 2011 SAP AG Complete Copyright Notice