erland.webapp.cdcollection.entity.collection
Class CollectionMediaList

java.lang.Object
  extended by erland.webapp.common.BaseEntity
      extended by erland.webapp.cdcollection.entity.collection.CollectionMediaList
All Implemented Interfaces:
EntityInterface

public class CollectionMediaList
extends BaseEntity


Constructor Summary
CollectionMediaList()
           
 
Method Summary
 String getArtist()
           
 Integer getCollectionId()
           
 String getCoverUrl()
           
 Integer getMediaId()
           
 String getTitle()
           
 void setArtist(String artist)
           
 void setCollectionId(Integer collectionId)
           
 void setCoverUrl(String coverUrl)
           
 void setMediaId(Integer mediaId)
           
 void setTitle(String title)
           
 
Methods inherited from class erland.webapp.common.BaseEntity
getEnvironment, init, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CollectionMediaList

public CollectionMediaList()
Method Detail

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.