erland.webapp.cdcollection.entity.collection
Class CollectionMediaList
java.lang.Object
erland.webapp.common.BaseEntity
erland.webapp.cdcollection.entity.collection.CollectionMediaList
- All Implemented Interfaces:
- EntityInterface
public class CollectionMediaList
- extends BaseEntity
CollectionMediaList
public CollectionMediaList()
getCollectionId
public Integer getCollectionId()
setCollectionId
public void setCollectionId(Integer collectionId)
getMediaId
public Integer getMediaId()
setMediaId
public void setMediaId(Integer mediaId)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getArtist
public String getArtist()
setArtist
public void setArtist(String artist)
getCoverUrl
public String getCoverUrl()
setCoverUrl
public void setCoverUrl(String coverUrl)
Copyright © 2003-2005 Erland Isaksson. All Rights Reserved.