Class PublishableContentItem
java.lang.Object
com.gentics.contentnode.rest.model.ContentNodeItem
com.gentics.contentnode.rest.model.PublishableContentItem
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Page
Base class for publishable objects
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.gentics.contentnode.rest.model.ContentNodeItem
ContentNodeItem.ItemType
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionFuture PublisherGets the user that set the unpublish action.int
getPdate()
Publish DatePublisherGets the unpublished date.Gets the unpublisher.void
setFuturePublisher
(User futurePublisher) void
setFutureUnpublisher
(User futureUnpublisher) Set the future unpublishervoid
setPdate
(int pdate) void
setPublisher
(User publisher) void
setUnpublishedDate
(Integer unpublishedDate) Sets the unpublished date.void
setUnpublisher
(User unpublisher) Sets the unpublisher.Methods inherited from class com.gentics.contentnode.rest.model.ContentNodeItem
getCdate, getCreator, getDeleted, getEdate, getEditor, getFolderDeleted, getGlobalId, getId, getMasterDeleted, getName, getType, setCdate, setCreator, setDeleted, setEdate, setEditor, setFolderDeleted, setGlobalId, setId, setMasterDeleted, setName, setType
-
Constructor Details
-
PublishableContentItem
public PublishableContentItem() -
PublishableContentItem
-
-
Method Details
-
getPublisher
Publisher- Returns:
- the publisher
-
setPublisher
- Parameters:
publisher
- the publisher to set
-
getFuturePublisher
Future Publisher- Returns:
- the future publisher
-
setFuturePublisher
- Parameters:
futurePublisher
- the future publisher to set
-
getPdate
public int getPdate()Publish Date- Returns:
- the pdate
-
setPdate
public void setPdate(int pdate) - Parameters:
pdate
- the pdate to set
-
getUnpublishedDate
Gets the unpublished date.- Returns:
- the unpublished date as an Integer
-
setUnpublishedDate
Sets the unpublished date.- Parameters:
unpublishedDate
- the unpublished date to set
-
getUnpublisher
Gets the unpublisher.- Returns:
- the unpublisher
-
setUnpublisher
Sets the unpublisher.- Parameters:
unpublisher
- the unpublisher to set
-
getFutureUnpublisher
Gets the user that set the unpublish action.- Returns:
- the future unpublisher
-
setFutureUnpublisher
Set the future unpublisher
-