com.stratelia.webactiv.yellowpages.model
Class UserCompleteContact

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

public class UserCompleteContact
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
UserCompleteContact()
          Construct an empty TopicDetail
UserCompleteContact(com.stratelia.webactiv.beans.admin.UserDetail owner, com.stratelia.webactiv.util.contact.model.CompleteContact contact)
          Create a new TopicDetail
 
Method Summary
 com.stratelia.webactiv.util.contact.model.CompleteContact getContact()
          Get the Topic nodePK
 com.stratelia.webactiv.beans.admin.UserDetail getOwner()
          Get the path
 void setContact(com.stratelia.webactiv.util.contact.model.CompleteContact 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

UserCompleteContact

public UserCompleteContact()
Construct an empty TopicDetail

Since:
1.0

UserCompleteContact

public UserCompleteContact(com.stratelia.webactiv.beans.admin.UserDetail owner,
                           com.stratelia.webactiv.util.contact.model.CompleteContact contact)
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.CompleteContact 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.CompleteContact pub)
Set the detail of this topic

Parameters:
nd - the topic NodeDetail
Since:
1.0


Copyright © 2016 Silverpeas. All Rights Reserved.