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, setVersionNumbertoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittoStringpublic 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()
InactivatableisActive in interface Inactivatablepublic void setActive(boolean active)
MutableInactivatablesetActive in interface MutableInactivatableCopyright © 2005–2016 The Kuali Foundation. All rights reserved.