public class Banner extends Object
| Constructor and Description |
|---|
Banner() |
| Modifier and Type | Method and Description |
|---|---|
Banner |
backgroundColor(String backgroundColor) |
Banner |
contents(String contents) |
boolean |
equals(Object o) |
String |
getBackgroundColor() |
String |
getContents() |
String |
getId() |
String |
getLink() |
String |
getTextColor() |
String |
getTitle() |
int |
hashCode() |
Banner |
id(String id) |
Banner |
link(String link) |
void |
setBackgroundColor(String backgroundColor) |
void |
setContents(String contents) |
void |
setId(String id) |
void |
setLink(String link) |
void |
setTextColor(String textColor) |
void |
setTitle(String title) |
Banner |
textColor(String textColor) |
Banner |
title(String title) |
String |
toString() |
public String getId()
public void setId(String id)
public String getTitle()
public void setTitle(String title)
public String getContents()
public void setContents(String contents)
public String getLink()
public void setLink(String link)
public String getTextColor()
public void setTextColor(String textColor)
public String getBackgroundColor()
public void setBackgroundColor(String backgroundColor)
Copyright © 2017 Metatavu Oy. All rights reserved.