org.broadleafcommerce.common.media.domain
Class MediaDto
java.lang.Object
org.broadleafcommerce.common.media.domain.MediaDto
- All Implemented Interfaces:
- Serializable, Media
public class MediaDto
- extends Object
- implements Media
A null safe media object.
- Author:
- bpolster
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MediaDto
public MediaDto()
getId
public Long getId()
- Specified by:
getId in interface Media
setId
public void setId(Long id)
- Specified by:
setId in interface Media
getUrl
public String getUrl()
- Specified by:
getUrl in interface Media
setUrl
public void setUrl(String url)
- Specified by:
setUrl in interface Media
getTitle
public String getTitle()
- Specified by:
getTitle in interface Media
setTitle
public void setTitle(String title)
- Specified by:
setTitle in interface Media
getAltText
public String getAltText()
- Specified by:
getAltText in interface Media
setAltText
public void setAltText(String altText)
- Specified by:
setAltText in interface Media
getTags
public String getTags()
- Specified by:
getTags in interface Media
setTags
public void setTags(String tags)
- Specified by:
setTags in interface Media
Copyright © 2013. All Rights Reserved.