Class ContactFatherDetail
- java.lang.Object
-
- org.silverpeas.core.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
-
-
Constructor Summary
Constructors Constructor Description ContactFatherDetail(ContactDetail contactDetail, String nodeId, String nodeName)
Create a new ContactFatherDetail
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContactDetail
getContactDetail()
Get the contact parametersString
getNodeId()
String
getNodeName()
-
-
-
Constructor Detail
-
ContactFatherDetail
public ContactFatherDetail(ContactDetail contactDetail, String nodeId, String nodeName)
Create a new ContactFatherDetail- Parameters:
contactDetail
- the contact detailnodeId
- the node identifiernodeName
- the node name
-
-
Method Detail
-
getContactDetail
public ContactDetail getContactDetail()
Get the contact parameters- Returns:
- a ContactDetail - the contact parameters
- Since:
- 1.0
- See Also:
ContactDetail
-
getNodeId
public String getNodeId()
-
getNodeName
public String getNodeName()
-
-