Class FolderPubItem.Id

java.lang.Object
com.priint.pubserver.pubitem.PubItem.Id
com.priint.pubserver.pubitem.FolderPubItem.Id
Enclosing class:
FolderPubItem

public static class FolderPubItem.Id extends PubItem.Id
Represents the ID of a folder publication item.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Id(String value)
    Constructs a new instance of the Id class with the specified value.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks if the specified object is equal to this folder publication item ID.
    int
    Returns the hash code value for this folder publication item ID.
    of(String value)
    Creates a new instance of the Id class with the specified value.
    Returns a string representation of this folder publication item ID.

    Methods inherited from class com.priint.pubserver.pubitem.PubItem.Id

    getValue

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Id

      public Id(String value)
      Constructs a new instance of the Id class with the specified value.
      Parameters:
      value - The value of the folder publication item ID.
  • Method Details

    • of

      public static FolderPubItem.Id of(String value)
      Creates a new instance of the Id class with the specified value.
      Parameters:
      value - The value of the folder publication item ID.
      Returns:
      A new instance of the Id class.
    • equals

      public boolean equals(Object o)
      Checks if the specified object is equal to this folder publication item ID.
      Overrides:
      equals in class PubItem.Id
      Parameters:
      o - The object to compare.
      Returns:
      true if the specified object is equal to this folder publication item ID, otherwise false.
    • hashCode

      public int hashCode()
      Returns the hash code value for this folder publication item ID.
      Overrides:
      hashCode in class PubItem.Id
      Returns:
      The hash code value for this folder publication item ID.
    • toString

      public String toString()
      Returns a string representation of this folder publication item ID.
      Overrides:
      toString in class PubItem.Id
      Returns:
      A string representation of this folder publication item ID.