biz.janux.people
Interface Person

All Superinterfaces:
Cloneable, Contacteable, Party, Persistent, Serializable

public interface Person
extends Party

represents a physical Person in a variety of contexts


Field Summary
 
Fields inherited from interface org.janux.bus.persistence.Persistent
UNSAVED_ID
 
Method Summary
 PersonName getName()
           
 void setName(PersonName name)
           
 
Methods inherited from interface biz.janux.people.Party
clone, getCode, getContactMethods, getFormOfPayment, getFormsOfPayment, getPartyName, setCode, setContactMethods, setFormsOfPayment
 
Methods inherited from interface org.janux.bus.persistence.Persistent
getId, setId
 
Methods inherited from interface biz.janux.people.Contacteable
getContactMethod, getEmailAddress, getEmailAddresses, getPhoneNumber, getPhoneNumbers, getPostalAddress, getPostalAddresses, getUrl, getUrls, setContactMethod
 

Method Detail

getName

PersonName getName()

setName

void setName(PersonName name)


Copyright © 2005-2013 Janux. All Rights Reserved.