public abstract class MediaDescriptorBean extends Object implements MediaDescriptor, AttributeWriteUrl, AttributeWriteStringTitle
MediaDescriptor
as java bean.Modifier and Type | Field and Description |
---|---|
private String |
title |
private String |
url |
PROPERTY_TITLE
Constructor and Description |
---|
MediaDescriptorBean()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getTitle()
This method gets the title of this object.
|
String |
getUrl()
This method gets the URL of this object.
|
void |
setTitle(String title)
This method sets the title of this object.
|
void |
setUrl(String url)
This method sets the
URL of this object. |
private String title
getTitle()
public String getUrl()
getUrl
in interface AttributeReadUrl
null
if NOT set.public void setUrl(String url)
URL
of this object.setUrl
in interface AttributeWriteUrl
url
- is the new URL
.public String getTitle()
getTitle
in interface AttributeReadStringTitle
getTitle
in interface AttributeReadTitle<String>
public void setTitle(String title)
setTitle
in interface AttributeWriteStringTitle
setTitle
in interface AttributeWriteTitle<String>
title
- is the new title.AttributeReadStringTitle.getTitle()
Copyright © 2001–2016 mmm-Team. All rights reserved.