erland.webapp.cdcollection.entity.collection
Class CollectionMedia

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

public class CollectionMedia
extends BaseEntity


Constructor Summary
CollectionMedia()
           
 
Method Summary
 Integer getCollectionId()
           
 Integer getMediaId()
           
 void setCollectionId(Integer collectionId)
           
 void setMediaId(Integer mediaId)
           
 
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

CollectionMedia

public CollectionMedia()
Method Detail

getCollectionId

public Integer getCollectionId()

setCollectionId

public void setCollectionId(Integer collectionId)

getMediaId

public Integer getMediaId()

setMediaId

public void setMediaId(Integer mediaId)


Copyright © 2003-2005 Erland Isaksson. All Rights Reserved.