public interface SongLocal
extends javax.ejb.EJBLocalObject
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBpm() |
ArtistLocal |
getComposer() |
String |
getDescription() |
Integer |
getId() |
String |
getName() |
ArtistLocal |
getPerformer() |
void |
setBpm(Integer bpm) |
void |
setComposer(ArtistLocal composer) |
void |
setDescription(String description) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setPerformer(ArtistLocal performer) |
Integer getId()
void setId(Integer id)
String getName()
void setName(String name)
Integer getBpm()
void setBpm(Integer bpm)
String getDescription()
void setDescription(String description)
ArtistLocal getPerformer()
void setPerformer(ArtistLocal performer)
ArtistLocal getComposer()
void setComposer(ArtistLocal composer)
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.