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
public static class FolderPubItem.Id extends PubItem.Id
Represents the ID of a folder publication item.
-
-
Constructor Summary
Constructors Constructor Description Id(java.lang.String value)Constructs a new instance of theIdclass with the specified value.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Checks 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.Idof(java.lang.String value)Creates a new instance of theIdclass with the specified value.java.lang.StringtoString()Returns a string representation of this folder publication item ID.-
Methods inherited from class com.priint.pubserver.pubitem.PubItem.Id
getValue
-
-
-
-
Method Detail
-
of
public static FolderPubItem.Id of(java.lang.String value)
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
public boolean equals(java.lang.Object o)
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
public java.lang.String 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.
-
-