Package com.priint.pubserver.pubitem
Class FolderPubItem
java.lang.Object
com.priint.pubserver.pubitem.PubItem
com.priint.pubserver.pubitem.FolderPubItem
Represents a folder publication item.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRepresents the ID of a folder publication item.Nested classes/interfaces inherited from class com.priint.pubserver.pubitem.PubItem
PubItem.Rights -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new instance of theFolderPubItemclass with the specified ID. -
Method Summary
-
Constructor Details
-
FolderPubItem
Constructs a new instance of theFolderPubItemclass with the specified ID.- Parameters:
id- The ID of the folder publication item.
-