Class 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 Detail

      • ContactFatherDetail

        public ContactFatherDetail​(ContactDetail contactDetail,
                                   String nodeId,
                                   String nodeName)
        Create a new ContactFatherDetail
        Parameters:
        contactDetail - the contact detail
        nodeId - the node identifier
        nodeName - 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()