edu.sampleu.bookstore.bo
Class Author
java.lang.Object
   org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.BusinessObjectBase
       org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
           edu.sampleu.bookstore.bo.Author
edu.sampleu.bookstore.bo.Author
- All Implemented Interfaces: 
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, Inactivatable, MutableInactivatable, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, PersistableBusinessObject
- public class Author 
- extends PersistableBusinessObjectBase- implements MutableInactivatable
Author Business Object class file for Author maintenance object.
- See Also:
- Serialized Form
 
 
 
 
| Methods inherited from class org.kuali.rice.krad.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 | 
 
 
 
 
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: Inactivatable
- The active indicator for an object.
 
- 
- Specified by:
- isActivein interface- Inactivatable
 
- 
- Returns:
- true if active false if not.
 
setActive
public void setActive(boolean active)
- Description copied from interface: MutableInactivatable
- Sets the record to active or inactive.
 
- 
- Specified by:
- setActivein interface- MutableInactivatable
 
- 
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.