|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.nitido.nimbox.http.services.ad.SkinAd
public class SkinAd
This class represents an AD that can be displayed on a skin.
| Field Summary | |
|---|---|
protected java.lang.String |
_content
the AD content |
protected java.lang.String |
_description
|
protected java.lang.String |
_id
The AD id |
protected java.lang.String |
_linkURL
the URL for the Ad |
| Constructor Summary | |
|---|---|
protected |
SkinAd(SkinAd ad)
Copy constructor. |
protected |
SkinAd(java.lang.String id,
java.lang.String linkURL,
java.lang.String content,
java.lang.String description)
Instantiates a new SkinAd object. |
| Method Summary | |
|---|---|
java.lang.String |
getContent()
Returns the AD content |
java.lang.String |
getDescription()
Returns the AD description |
java.lang.String |
getID()
Returns the AD id |
java.lang.String |
getLinkURL()
Returns the URL to the Ad. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String _id
protected java.lang.String _linkURL
protected java.lang.String _content
protected java.lang.String _description
| Constructor Detail |
|---|
protected SkinAd(java.lang.String id,
java.lang.String linkURL,
java.lang.String content,
java.lang.String description)
id - The AD id. This parameter cannot be an empty string or null.linkURL - URL to the Ad. This parameter cannot be an empty string or null.content - The ad content. This parameter cannot be an empty string or null.description - Description of the AD.
java.lang.IllegalArgumentException - If any of the constructor parameters is null or an empty
stringprotected SkinAd(SkinAd ad)
ad - The Skin AD that is to be copied| Method Detail |
|---|
public java.lang.String getID()
public java.lang.String getLinkURL()
public java.lang.String getContent()
public java.lang.String getDescription()
|
Nitido NiM 2.5 Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.