| 
 | bea Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  |
  +--theory.smart.foundation.EntityImpl
        |
        +--theory.smart.axiom.contact.StakeholderImpl
              |
              +--theory.smart.axiom.contact.PersonImpl
A Person describes a Stakeholder  that represents a single individual.  It contains a full set of instructions
 
 Primary Key = theory.smart.axiom.contact.PersonPk
 
Person, 
PersonHome, 
PersonValue, Serialized Form| Field Summary | |
|  java.sql.Date | dobdob [Person] <*>------> [ java.sql.Date] | 
|  java.lang.String | firstNamefirstName [Person] <*>------> [ String] | 
|  java.lang.String | lastNamelastName [Person] <*>------> [ String] | 
|  java.lang.String | maritalStatusmaritalStatus [Person] <*>------> [ String] | 
|  java.lang.String | middleNamemiddleName [Person] <*>------> [ String] | 
|  java.lang.String | motherMaidenNamemotherMaidenName [Person] <*>------> [ String] | 
|  java.lang.String | ssnssn [Person] <*>------> [ String] | 
|  java.lang.String | suffixsuffix [Person] <*>------> [ String] | 
|  java.lang.String | titletitle [Person] <*>------> [ String] | 
| Fields inherited from class theory.smart.axiom.contact.StakeholderImpl | 
| addresses,  
description,  
emails,  
faxes,  
identifier,  
phones,  
primaryName,  
urls | 
| Fields inherited from class theory.smart.foundation.EntityImpl | 
| ctx,  
isDirty,  
isLoaded | 
| Constructor Summary | |
| PersonImpl() | |
| Method Summary | |
|  void | ejbActivate()ejbActivate method. | 
|  PersonPk | ejbCreate(PersonPk personPk) | 
| protected  void | ejbCreateInitVars(PersonPk personPk) | 
|  java.util.Enumeration | ejbFindAll() | 
|  PersonPk | ejbFindByPrimaryKey(PersonPk pk) | 
|  void | ejbLoad()ejbLoad method. | 
|  void | ejbPassivate()ejbPassivate method. | 
|  void | ejbPostCreate(PersonPk personPk) | 
|  void | ejbRemove()ejbRemove method. | 
|  void | ejbStore()ejbStore method. | 
|  java.sql.Date | getDob()Get the value of dob | 
|  java.lang.String | getFirstName()Get the value of firstName | 
|  java.lang.String | getLastName()Get the value of lastName | 
|  java.lang.String | getMaritalStatus()Get the value of maritalStatus | 
|  java.lang.String | getMiddleName()Get the value of middleName | 
|  java.lang.String | getMotherMaidenName()Get the value of motherMaidenName | 
|  PersonValue | getPersonByValue()Get all of Person's attributes. | 
|  java.lang.String | getSsn()Get the value of ssn | 
|  java.lang.String | getSuffix()Get the value of suffix | 
|  java.lang.String | getTitle()Get the value of title | 
|  void | setDob(java.sql.Date dob)Set the value of dob | 
|  void | setEntityContext(EntityContext ctx)setEntityContext method. | 
|  void | setFirstName(java.lang.String firstName)Set the value of firstName | 
|  void | setLastName(java.lang.String lastName)Set the value of lastName | 
|  void | setMaritalStatus(java.lang.String maritalStatus)Set the value of maritalStatus | 
|  void | setMiddleName(java.lang.String middleName)Set the value of middleName | 
|  void | setMotherMaidenName(java.lang.String motherMaidenName)Set the value of motherMaidenName | 
|  void | setPersonByValue(PersonValue value)Set all of Person's attributes to the passed in value. | 
|  void | setSsn(java.lang.String ssn)Set the value of ssn | 
|  void | setSuffix(java.lang.String suffix)Set the value of suffix | 
|  void | setTitle(java.lang.String title)Set the value of title | 
|  void | unsetEntityContext()unsetEntityContext method. | 
| Methods inherited from class theory.smart.foundation.EntityImpl | 
| ejbCreate, 
ejbCreateInitVars, 
ejbPostCreate, 
getEntityContext, 
isModified | 
| Methods inherited from class java.lang.Object | 
| clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait | 
| Field Detail | 
public java.lang.String firstName
                  firstName
 [Person] <*>------> [String] 
 public java.lang.String lastName
                  lastName
 [Person] <*>------> [String] 
 public java.lang.String middleName
                  middleName
 [Person] <*>------> [String] 
 public java.lang.String title
                  title
 [Person] <*>------> [String] 
 public java.lang.String suffix
                  suffix
 [Person] <*>------> [String] 
 public java.lang.String ssn
                  ssn
 [Person] <*>------> [String] 
 public java.sql.Date dob
                  dob
 [Person] <*>------> [java.sql.Date] 
 public java.lang.String motherMaidenName
                  motherMaidenName
 [Person] <*>------> [String] 
 public java.lang.String maritalStatus
                  maritalStatus
 [Person] <*>------> [String] 
 | Constructor Detail | 
public PersonImpl()
           throws CreateException
| Method Detail | 
public PersonValue getPersonByValue()
                             throws java.rmi.RemoteException
public void setPersonByValue(PersonValue value)
                      throws java.rmi.RemoteException
PersonValue - the Person value object
public PersonPk ejbCreate(PersonPk personPk)
                   throws CreateException,
                          java.rmi.RemoteException
protected void ejbCreateInitVars(PersonPk personPk)
                          throws CreateException,
                                 java.rmi.RemoteException
public void ejbPostCreate(PersonPk personPk)
                   throws CreateException,
                          java.rmi.RemoteException
public void ejbLoad()
             throws java.rmi.RemoteException
public void ejbStore()
              throws java.rmi.RemoteException
public void ejbRemove()
               throws java.rmi.RemoteException,
                      RemoveException
public void ejbActivate()
                 throws java.rmi.RemoteException
public void ejbPassivate()
                  throws java.rmi.RemoteException
public void setEntityContext(EntityContext ctx)
                      throws java.rmi.RemoteException
public void unsetEntityContext()
                        throws java.rmi.RemoteException
public PersonPk ejbFindByPrimaryKey(PersonPk pk)
                             throws FinderException,
                                    java.rmi.RemoteException
public java.util.Enumeration ejbFindAll()
                                 throws FinderException,
                                        java.rmi.RemoteException
public java.lang.String getFirstName()
                              throws java.rmi.RemoteException
public void setFirstName(java.lang.String firstName)
                  throws java.rmi.RemoteException
firstName - firstName to be added
public java.lang.String getLastName()
                             throws java.rmi.RemoteException
public void setLastName(java.lang.String lastName)
                 throws java.rmi.RemoteException
lastName - lastName to be added
public java.lang.String getMiddleName()
                               throws java.rmi.RemoteException
public void setMiddleName(java.lang.String middleName)
                   throws java.rmi.RemoteException
middleName - middleName to be added
public java.lang.String getTitle()
                          throws java.rmi.RemoteException
public void setTitle(java.lang.String title)
              throws java.rmi.RemoteException
title - title to be added
public java.lang.String getSuffix()
                           throws java.rmi.RemoteException
public void setSuffix(java.lang.String suffix)
               throws java.rmi.RemoteException
suffix - suffix to be added
public java.lang.String getSsn()
                        throws java.rmi.RemoteException
public void setSsn(java.lang.String ssn)
            throws java.rmi.RemoteException
ssn - ssn to be added
public java.sql.Date getDob()
                     throws java.rmi.RemoteException
public void setDob(java.sql.Date dob)
            throws java.rmi.RemoteException
dob - dob to be added
public java.lang.String getMotherMaidenName()
                                     throws java.rmi.RemoteException
public void setMotherMaidenName(java.lang.String motherMaidenName)
                         throws java.rmi.RemoteException
motherMaidenName - motherMaidenName to be added
public java.lang.String getMaritalStatus()
                                  throws java.rmi.RemoteException
public void setMaritalStatus(java.lang.String maritalStatus)
                      throws java.rmi.RemoteException
maritalStatus - maritalStatus to be added| 
 | bea Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||