com.stratelia.webactiv.yellowpages.model
Class UserContact

java.lang.Object
  extended by com.stratelia.webactiv.yellowpages.model.UserContact
All Implemented Interfaces:
Serializable

public class UserContact
extends Object
implements Serializable

This object contains elements which are displayed in a yellowpages Topic

Version:
1.0
Author:
Nicolas Eysseric
See Also:
Serialized Form

Constructor Summary
UserContact()
          Construct an empty TopicDetail
UserContact(com.stratelia.webactiv.beans.admin.UserDetail owner, com.stratelia.webactiv.util.contact.model.ContactDetail contactDetail)
          Create a new TopicDetail
 
Method Summary
 com.stratelia.webactiv.util.contact.model.ContactDetail getContact()
          Get the Topic nodePK
 com.stratelia.webactiv.beans.admin.UserDetail getOwner()
          Get the path
 void setContact(com.stratelia.webactiv.util.contact.model.ContactDetail pub)
          Set the detail of this topic
 void setOwner(com.stratelia.webactiv.beans.admin.UserDetail ud)
          Set the path
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserContact

public UserContact()
Construct an empty TopicDetail

Since:
1.0

UserContact

public UserContact(com.stratelia.webactiv.beans.admin.UserDetail owner,
                   com.stratelia.webactiv.util.contact.model.ContactDetail contactDetail)
Create a new TopicDetail

Since:
1.0
Method Detail

getOwner

public com.stratelia.webactiv.beans.admin.UserDetail getOwner()
Get the path

Returns:
the path
Since:
1.0

getContact

public com.stratelia.webactiv.util.contact.model.ContactDetail getContact()
Get the Topic nodePK

Returns:
the Topic nodePK
Since:
1.0
See Also:
NodePK

setOwner

public void setOwner(com.stratelia.webactiv.beans.admin.UserDetail ud)
Set the path

Parameters:
path - a NodeDetail Collection
Since:
1.0

setContact

public void setContact(com.stratelia.webactiv.util.contact.model.ContactDetail pub)
Set the detail of this topic

Parameters:
nd - the topic NodeDetail
Since:
1.0


Copyright © 2016 Silverpeas. All Rights Reserved.