arcade.ads
Interface IRelatedAds


public interface IRelatedAds

This is simple class will provide general functionality for all ads, such as name, start and end date, maximum vies, onClick, onMouseOver, update, and render methods. We feel like these are the very basic methods and ideas that every single ad is going to need.


Method Summary
 java.lang.String getCategory()
          get ads' category
 java.lang.String setCategory(java.lang.String categ)
          set ads' category
 

Method Detail

getCategory

java.lang.String getCategory()
get ads' category

Returns:

setCategory

java.lang.String setCategory(java.lang.String categ)
set ads' category

Parameters:
categ -
Returns: