edu.sampleu.bookstore.bo
Class Author
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
edu.sampleu.bookstore.bo.Author
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, Inactivateable, PersistableBusinessObject
public class Author
- extends PersistableBusinessObjectBase
- implements Inactivateable
Author Business Object class file for Author maintenance object.
- See Also:
- Serialized Form
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
authorId
private Long authorId
authorName
private String authorName
email
private String email
phoneNbr
private String phoneNbr
active
private boolean active
addresses
private List<Address> addresses
books
private List<Book> books
Author
public Author()
getBooks
public List<Book> getBooks()
setBooks
public void setBooks(List<Book> books)
getAddresses
public List<Address> getAddresses()
setAddresses
public void setAddresses(List<Address> addresses)
getAuthorId
public Long getAuthorId()
setAuthorId
public void setAuthorId(Long authorId)
getAuthorName
public String getAuthorName()
setAuthorName
public void setAuthorName(String authorName)
getEmail
public String getEmail()
setEmail
public void setEmail(String email)
getPhoneNbr
public String getPhoneNbr()
setPhoneNbr
public void setPhoneNbr(String phoneNbr)
isActive
public boolean isActive()
- Description copied from interface:
Inactivateable
- Indicates whether the record is active or inactive.
- Specified by:
isActive
in interface Inactivateable
setActive
public void setActive(boolean active)
- Description copied from interface:
Inactivateable
- Sets the record to active or inactive.
- Specified by:
setActive
in interface Inactivateable
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.