Package com.priint.pubserver.pubitem
Class FolderPubItem
- java.lang.Object
-
- com.priint.pubserver.pubitem.PubItem
-
- com.priint.pubserver.pubitem.FolderPubItem
-
public class FolderPubItem extends PubItem
Represents a folder publication item.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFolderPubItem.IdRepresents the ID of a folder publication item.-
Nested classes/interfaces inherited from class com.priint.pubserver.pubitem.PubItem
PubItem.Rights
-
-
Constructor Summary
Constructors Constructor Description FolderPubItem(FolderPubItem.Id id)Constructs a new instance of theFolderPubItemclass with the specified ID.
-
-
-
Constructor Detail
-
FolderPubItem
public FolderPubItem(FolderPubItem.Id id)
Constructs a new instance of theFolderPubItemclass with the specified ID.- Parameters:
id- The ID of the folder publication item.
-
-