Class JDFCostCenter

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, IMatches, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo

    public class JDFCostCenter
    extends JDFAutoCostCenter
    implements IMatches
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFCostCenter

        public JDFCostCenter​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                             java.lang.String qualifiedName)
                      throws org.w3c.dom.DOMException
        Constructor for JDFCostCenter
        Parameters:
        myOwnerDocument -
        qualifiedName -
        Throws:
        org.w3c.dom.DOMException
      • JDFCostCenter

        public JDFCostCenter​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                             java.lang.String myNamespaceURI,
                             java.lang.String qualifiedName)
                      throws org.w3c.dom.DOMException
        Constructor for JDFCostCenter
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        Throws:
        org.w3c.dom.DOMException
      • JDFCostCenter

        public JDFCostCenter​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                             java.lang.String myNamespaceURI,
                             java.lang.String qualifiedName,
                             java.lang.String myLocalName)
                      throws org.w3c.dom.DOMException
        Constructor for JDFCostCenter
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        myLocalName -
        Throws:
        org.w3c.dom.DOMException
    • Method Detail

      • toString

        public java.lang.String toString()
        toString
        Overrides:
        toString in class KElement
        Returns:
        String
        See Also:
        Object.toString()
      • matches

        public boolean matches​(java.lang.Object subset)
        returns true if the input object is equivalent to this or null
        valid object types are:
        CostCenter
        String - must match @CostCenterlID
        Specified by:
        matches in interface IMatches
        Parameters:
        subset - the object to filter against
        Returns:
        true if it matches
        See Also:
        IMatches.matches(java.lang.Object)