com.stratelia.webactiv.util.contact.model
Class ContactFatherDetail
java.lang.Object
com.stratelia.webactiv.util.contact.model.ContactFatherDetail
- All Implemented Interfaces:
- Serializable
public class ContactFatherDetail
- extends Object
- implements Serializable
This object contains the description of a contact and a node (contact parameter, model detail,
info)
- Version:
- 1.0
- Author:
- SC
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContactFatherDetail
public ContactFatherDetail(ContactDetail pubDetail,
String nodeId,
String nodeName)
- Create a new ContactFatherDetail
- Parameters:
contactDetail
- nodeId
- nodeName
-
getContactDetail
public ContactDetail getContactDetail()
- Get the contact parameters
- Returns:
- a ContactDetail - the contact parameters
- Since:
- 1.0
- See Also:
com.stratelia.webactiv.util.contact.model.PulicationDetail
getNodeId
public String getNodeId()
getNodeName
public String getNodeName()
Copyright © 2016 Silverpeas. All Rights Reserved.