edu.sampleu.bookstore.bo
Class Author

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by edu.sampleu.bookstore.bo.Author
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.core.api.mo.common.active.Inactivatable, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.krad.bo.BusinessObject, org.kuali.rice.krad.bo.MutableInactivatable, org.kuali.rice.krad.bo.PersistableBusinessObject

public class Author
extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
implements org.kuali.rice.krad.bo.MutableInactivatable

Author Business Object class file for Author maintenance object.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
Author()
           
 
Method Summary
 List<Address> getAddresses()
           
 Long getAuthorId()
           
 String getAuthorName()
           
 List<Book> getBooks()
           
 String getEmail()
           
 String getPhoneNbr()
           
 boolean isActive()
           
 void setActive(boolean active)
           
 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)
           
 
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
 
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder, toStringMapper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Constructor Detail

Author

public Author()
Method Detail

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()
Specified by:
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatable

setActive

public void setActive(boolean active)
Specified by:
setActive in interface org.kuali.rice.krad.bo.MutableInactivatable


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.