public class Asset extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
description
The description of the asset
|
protected String |
title
The title of the asset
|
| Constructor and Description |
|---|
Asset() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
String |
getTitle() |
String |
getUrl() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setTitle(String title) |
void |
setUrl(String url) |
String |
toString() |
protected String title
protected String description
Copyright © 2021 CrafterCMS. All rights reserved.