Package com.priint.pubserver.pubitem
Class PubItem.Id
java.lang.Object
com.priint.pubserver.pubitem.PubItem.Id
- Direct Known Subclasses:
DocumentPubItem.Id,FolderPubItem.Id,PublicationPubItem.Id
- Enclosing class:
- PubItem
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Id
Constructs a new Id object with the specified value.- Parameters:
value- the value of the Id- Throws:
IllegalArgumentException- if the value is null or empty
-
-
Method Details
-
getValue
Returns the value of the Id.- Returns:
- the value of the Id
-
equals
-
hashCode
public int hashCode() -
toString
Returns a string representation of the Id.
-