erland.webapp.cdcollection.entity.media.disc
Class DiscTrack
java.lang.Object
erland.webapp.common.BaseEntity
erland.webapp.cdcollection.entity.media.disc.DiscTrack
- All Implemented Interfaces:
- EntityInterface
public class DiscTrack
- extends BaseEntity
DiscTrack
public DiscTrack()
getDiscId
public Integer getDiscId()
setDiscId
public void setDiscId(Integer discId)
getId
public Integer getId()
setId
public void setId(Integer id)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getArtist
public String getArtist()
setArtist
public void setArtist(String artist)
getLength
public Integer getLength()
setLength
public void setLength(Integer length)
getTrackNo
public Integer getTrackNo()
setTrackNo
public void setTrackNo(Integer trackNo)
Copyright © 2003-2005 Erland Isaksson. All Rights Reserved.