Class TreeNodePK

    • Constructor Detail

      • TreeNodePK

        public TreeNodePK​(String id)
        Constructor declaration
        Parameters:
        id -
      • TreeNodePK

        public TreeNodePK​(String id,
                          String space,
                          String componentName)
        Constructor declaration
        Parameters:
        id -
        space -
        componentName -
      • TreeNodePK

        public TreeNodePK​(String id,
                          WAPrimaryKey pk)
        Constructor declaration
        Parameters:
        id -
        pk -
    • Method Detail

      • getRootTableName

        public String getRootTableName()
        Description copied from class: WAPrimaryKey
        Return the object root table name
        Overrides:
        getRootTableName in class WAPrimaryKey
        Returns:
        the root table name of the object (exemple : Publication, Node, ...)
      • equals

        public boolean equals​(Object other)
        Description copied from class: WAPrimaryKey
        This method must be specialized - Check if an another object is equal to this object
        Specified by:
        equals in class WAPrimaryKey
        Parameters:
        other - the object to compare to this WAPrimaryKey
        Returns:
        true if obj is equals to this object
      • hashCode

        public int hashCode()
        Description copied from class: WAPrimaryKey
        Returns a hash code for the key
        Overrides:
        hashCode in class WAPrimaryKey
        Returns:
        A hash code for this object