biz.janux.people
Interface ContactMethod

All Superinterfaces:
Cloneable, Persistent, Serializable
All Known Subinterfaces:
Email, PhoneNumber, PostalAddress, Uri, Url

public interface ContactMethod
extends Persistent, Serializable, Cloneable

marker interface used to signify that a sub-interface or implementing class represents a means of contacting a Party; examples of ContactMethod sub-interfaces are PostalAddress, PhoneNumber, EmailAddress and URL


Field Summary
 
Fields inherited from interface org.janux.bus.persistence.Persistent
UNSAVED_ID
 
Method Summary
 Object clone()
           
 
Methods inherited from interface org.janux.bus.persistence.Persistent
getId, setId
 

Method Detail

clone

Object clone()


Copyright © 2005-2013 Janux. All Rights Reserved.