plugins.musique
Class Morceau
java.lang.Object
plugins.musique.Morceau
- public class Morceau
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
idMorceau
public int idMorceau
titre
public java.lang.String titre
interprete
public int interprete
duree
public int duree
style
public int style
item
public int item
Morceau
public Morceau()
getDuree
public int getDuree()
setDuree
public void setDuree(int duree)
getIdMorceau
public int getIdMorceau()
setIdMorceau
public void setIdMorceau(int idMorceau)
getInterprete
public Personne getInterprete()
setInterprete
public void setInterprete(Personne interprete)
getItem
public Item getItem()
setItem
public void setItem(Item item)
getStyle
public TypeMusique getStyle()
setStyle
public void setStyle(TypeMusique style)
getTitre
public java.lang.String getTitre()
setTitre
public void setTitre(java.lang.String titre)