Package com.priint.pubserver.pubitem
Class FolderPubItem.Id
java.lang.Object
com.priint.pubserver.pubitem.PubItem.Id
com.priint.pubserver.pubitem.FolderPubItem.Id
- Enclosing class:
- FolderPubItem
Represents the ID of a folder publication item.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks if the specified object is equal to this folder publication item ID.inthashCode()Returns the hash code value for this folder publication item ID.static FolderPubItem.IdCreates a new instance of theIdclass with the specified value.toString()Returns a string representation of this folder publication item ID.Methods inherited from class com.priint.pubserver.pubitem.PubItem.Id
getValue
-
Constructor Details
-
Id
Constructs a new instance of theIdclass with the specified value.- Parameters:
value- The value of the folder publication item ID.
-
-
Method Details
-
of
Creates a new instance of theIdclass with the specified value.- Parameters:
value- The value of the folder publication item ID.- Returns:
- A new instance of the
Idclass.
-
equals
Checks if the specified object is equal to this folder publication item ID.- Overrides:
equalsin classPubItem.Id- Parameters:
o- The object to compare.- Returns:
trueif the specified object is equal to this folder publication item ID, otherwisefalse.
-
hashCode
public int hashCode()Returns the hash code value for this folder publication item ID.- Overrides:
hashCodein classPubItem.Id- Returns:
- The hash code value for this folder publication item ID.
-
toString
Returns a string representation of this folder publication item ID.- Overrides:
toStringin classPubItem.Id- Returns:
- A string representation of this folder publication item ID.
-