public interface ArtistLocal
extends javax.ejb.EJBLocalObject
| Modifier and Type | Method and Description |
|---|---|
Set<SongLocal> |
getComposed() |
Integer |
getId() |
String |
getName() |
Set<SongLocal> |
getPerformed() |
void |
setComposed(Set<SongLocal> composed) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setPerformed(Set<SongLocal> performed) |
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.