|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.company.thesandbox.domain.PersonImplBase
org.company.thesandbox.domain.Person
org.company.thesandbox.domain.ArtistImplBase
org.company.thesandbox.domain.Artist
public class Artist
An artist is a Person who has had a role in producing a Record.
Field Summary |
---|
Fields inherited from class org.company.thesandbox.domain.PersonImplBase |
---|
NUMBEROFEARS_MAXVALUE, NUMBEROFEARS_MINVALUE, validation |
Constructor Summary | |
---|---|
protected |
Artist()
Default no-argument constructor for Artist. |
|
Artist(java.lang.String firstName,
java.lang.String lastName,
java.lang.String title)
Minimal constructor for Artist. |
Method Summary |
---|
Methods inherited from class org.company.thesandbox.domain.ArtistImplBase |
---|
activateValidation, getTitle, setTitle |
Methods inherited from class org.company.thesandbox.domain.PersonImplBase |
---|
getAge, getFirstName, getId, getLastName, getNumberOfEars, getSexe, setAge, setFirstName, setLastName, setNumberOfEars, setSexe |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Artist()
public Artist(java.lang.String firstName, java.lang.String lastName, java.lang.String title)
firstName
- (string) First name of the person.lastName
- (string) Last name of the person.title
- (string)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |