org.company.thesandbox.domain
Class Artist

java.lang.Object
  extended by org.company.thesandbox.domain.PersonImplBase
      extended by org.company.thesandbox.domain.Person
          extended by org.company.thesandbox.domain.ArtistImplBase
              extended by org.company.thesandbox.domain.Artist
All Implemented Interfaces:
java.io.Serializable

public class Artist
extends ArtistImplBase

An artist is a Person who has had a role in producing a Record.

Author:
Generated by Mod4j BusinessDomain DSL
See Also:
Serialized Form

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

Artist

protected Artist()
Default no-argument constructor for Artist.


Artist

public Artist(java.lang.String firstName,
              java.lang.String lastName,
              java.lang.String title)
Minimal constructor for Artist.

Parameters:
firstName - (string) First name of the person.
lastName - (string) Last name of the person.
title - (string)


Copyright © 2010. All Rights Reserved.