Class NodeI18NPK

    • Constructor Detail

      • NodeI18NPK

        public NodeI18NPK​(String id)
        Constructor which set only the id
        Parameters:
        id -
        Since:
        1.0
      • NodeI18NPK

        public NodeI18NPK​(String id,
                          String space,
                          String componentName)
        Constructor which set id, space and component name
        Parameters:
        id -
        space -
        componentName -
        Since:
        1.0
      • NodeI18NPK

        public NodeI18NPK​(String id,
                          String componentId)
      • NodeI18NPK

        public NodeI18NPK​(String id,
                          WAPrimaryKey pk)
        Constructor which set the id The WAPrimaryKey provides space and component name
        Parameters:
        id -
        pk -
        Since:
        1.0
    • Method Detail

      • getRootTableName

        public String getRootTableName()
        Return the object root table name
        Overrides:
        getRootTableName in class WAPrimaryKey
        Returns:
        the root table name of the object
        Since:
        1.0
      • equals

        public boolean equals​(Object other)
        Check if an another object is equal to this object
        Specified by:
        equals in class WAPrimaryKey
        Parameters:
        other - the object to compare to this NodePK
        Returns:
        true if other is equals to this object
        Since:
        1.0
      • hashCode

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