Package ru.testit.models
Class LinkItem
java.lang.Object
ru.testit.models.LinkItem
Model object to pass links to external resources.
-
Constructor Details
-
LinkItem
public LinkItem()
-
-
Method Details
-
getTitle
Gets title.- Returns:
- the title
-
setTitle
Sets title.- Parameters:
title- the value- Returns:
- self for method chaining
-
getUrl
Gets url.- Returns:
- the url
-
setUrl
Sets url.- Parameters:
url- the value- Returns:
- self for method chaining
-
getDescription
Gets description.- Returns:
- the description
-
setDescription
Sets description.- Parameters:
description- the value- Returns:
- self for method chaining
-
getType
Gets type.- Returns:
- the type
-
setType
Sets type.- Parameters:
type- the value- Returns:
- self for method chaining
-
toString
-