org.apache.shale.usecases.symbols
Class BusinessPerson

java.lang.Object
  extended by org.apache.shale.view.AbstractFacesBean
      extended by org.apache.shale.usecases.symbols.BasicPerson
          extended by org.apache.shale.usecases.symbols.FullPerson
              extended by org.apache.shale.usecases.symbols.BusinessPerson

public class BusinessPerson
extends FullPerson

This class represents a new category of a person documenting their employer or business entity name.


Constructor Summary
BusinessPerson()
           
 
Method Summary
 String getBusinessName()
           
 void setBusinessName(String businessName)
           
 
Methods inherited from class org.apache.shale.usecases.symbols.FullPerson
getMiddleName, getPrefix, getSuffix, setMiddleName, setPrefix, setSuffix
 
Methods inherited from class org.apache.shale.usecases.symbols.BasicPerson
getFirstName, getLastName, setFirstName, setLastName
 
Methods inherited from class org.apache.shale.view.AbstractFacesBean
erase, error, error, fatal, fatal, getApplication, getApplicationMap, getBean, getExternalContext, getFacesContext, getLifecycle, getRequestHeaderMap, getRequestMap, getRequestParameter, getRequestParameterMap, getRequestParameterValues, getSessionMap, getValue, info, info, log, log, retrieveData, saveData, setBean, setValue, warn, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessPerson

public BusinessPerson()
Method Detail

getBusinessName

public String getBusinessName()
Returns:
business Name associated with a person.

setBusinessName

public void setBusinessName(String businessName)
Parameters:
businessName - Business name associated with a person.


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.