net.sf.oness.party.model.contact.bo
Class ContactInfo

java.lang.Object
  extended bynet.sf.oness.common.all.BaseObject
      extended bynet.sf.oness.common.model.auditing.AbstractAuditableObject
          extended bynet.sf.oness.common.model.bo.AbstractBusinessObject
              extended bynet.sf.oness.party.model.contact.bo.ContactInfo
All Implemented Interfaces:
net.sf.oness.common.model.auditing.Auditable, net.sf.oness.common.model.bo.AuditableBusinessObject, java.lang.Cloneable, java.io.Serializable
Direct Known Subclasses:
EmailAddress, PhoneNumber, PostalAddress, WebAddress

public abstract class ContactInfo
extends net.sf.oness.common.model.bo.AbstractBusinessObject

Contact information

Version:
$Revision: 1.4 $
Author:
Carlos Sanchez
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.oness.common.all.BaseObject
log
 
Constructor Summary
ContactInfo()
           
 
Method Summary
 Party getParty()
           
 java.util.Collection getPurposes()
           
 void setParty(Party party)
           
 void setPurposes(java.util.Collection purposes)
           
 
Methods inherited from class net.sf.oness.common.model.bo.AbstractBusinessObject
clone, equals, getCode, getComments, getCreatedBy, getDeletedBy, getId, getTransactionTime, hashCode, setComments, toString
 
Methods inherited from class net.sf.oness.common.model.auditing.AbstractAuditableObject
setCode, setCreatedBy, setDeletedBy, setId, setTransactionTime
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.sf.oness.common.model.auditing.Auditable
setCode, setCreatedBy, setDeletedBy, setId, setTransactionTime
 

Constructor Detail

ContactInfo

public ContactInfo()
Method Detail

setPurposes

public void setPurposes(java.util.Collection purposes)

getPurposes

public java.util.Collection getPurposes()
Returns:
Collection of String objects

setParty

public void setParty(Party party)
Parameters:
party - The party to set.

getParty

public Party getParty()
Returns:
Returns the party.


Copyright © 2003-2005 ONess Project. All Rights Reserved.