org.company.thesandbox.domain
Class ArtistImplBase
java.lang.Object
org.company.thesandbox.domain.PersonImplBase
org.company.thesandbox.domain.Person
org.company.thesandbox.domain.ArtistImplBase
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- Artist
public abstract class ArtistImplBase
- extends Person
- implements java.io.Serializable
An artist is a Person who has had a role in producing a Record
- Author:
- Generated by Mod4j BusinessDomain DSL
- See Also:
- Serialized Form
Constructor Summary |
protected |
ArtistImplBase()
Default no-argument constructor for ArtistImplBase |
|
ArtistImplBase(java.lang.String firstName,
java.lang.String lastName,
java.lang.String title)
Minimal constructor for ArtistImplBase |
Method Summary |
void |
activateValidation(boolean value)
Activate/deactivate validation for this business class. |
java.lang.String |
getTitle()
|
void |
setTitle(java.lang.String title)
|
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 |
ArtistImplBase
protected ArtistImplBase()
- Default no-argument constructor for ArtistImplBase
ArtistImplBase
public ArtistImplBase(java.lang.String firstName,
java.lang.String lastName,
java.lang.String title)
- Minimal constructor for ArtistImplBase
- Parameters:
firstName
- (string) First name of the person.lastName
- (string) Last name of the person.title
- (string)
getTitle
public java.lang.String getTitle()
- Returns:
- title (String)
setTitle
public void setTitle(java.lang.String title)
- Parameters:
title
- (String)
activateValidation
public void activateValidation(boolean value)
- Activate/deactivate validation for this business class. When set to active the validation will immediately be
executed.
- Overrides:
activateValidation
in class PersonImplBase
- Parameters:
value
- (boolean)
Copyright © 2010. All Rights Reserved.