© 2005 BEA Systems, Inc.

com.bea.p13n.ad
Class AdService.AdCounts

java.lang.Object
  extended bycom.bea.p13n.ad.AdService.AdCounts
All Implemented Interfaces:
Serializable
Enclosing class:
AdService

public static class AdService.AdCounts
extends Object
implements Serializable

Class that is generated by getAdCounts. This is returned as part of the collection that is returned.

See Also:
Serialized Form

Field Summary
 long clickThruCount
          The click thru count
 String containerName
          The container UID
 String contentPath
          The content path
 long impressionCount
          The impression count
 
Constructor Summary
AdService.AdCounts()
          the default constructor
AdService.AdCounts(String contentPath, String containerName, long impressionCount, long clickThruCount)
          Construct a new AdCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clickThruCount

public long clickThruCount
The click thru count


containerName

public String containerName
The container UID


contentPath

public String contentPath
The content path


impressionCount

public long impressionCount
The impression count

Constructor Detail

AdService.AdCounts

public AdService.AdCounts()
the default constructor


AdService.AdCounts

public AdService.AdCounts(String contentPath,
                          String containerName,
                          long impressionCount,
                          long clickThruCount)
Construct a new AdCount


© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved