public class Author extends PersistableBusinessObjectBase implements MutableInactivatable
extension, versionNumber
Constructor and Description |
---|
Author() |
Modifier and Type | Method and Description |
---|---|
List<Address> |
getAddresses() |
Long |
getAuthorId() |
String |
getAuthorName() |
List<Book> |
getBooks() |
String |
getEmail() |
String |
getPhoneNbr() |
boolean |
isActive()
The active indicator for an object.
|
void |
setActive(boolean active)
Sets the record to active or inactive.
|
void |
setAddresses(List<Address> addresses) |
void |
setAuthorId(Long authorId) |
void |
setAuthorName(String authorName) |
void |
setBooks(List<Book> books) |
void |
setEmail(String email) |
void |
setPhoneNbr(String phoneNbr) |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
public Author()
public List<Address> getAddresses()
public void setAddresses(List<Address> addresses)
public Long getAuthorId()
public void setAuthorId(Long authorId)
public String getAuthorName()
public void setAuthorName(String authorName)
public String getPhoneNbr()
public void setPhoneNbr(String phoneNbr)
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
public void setActive(boolean active)
MutableInactivatable
setActive
in interface MutableInactivatable
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.