public class PagePublishRequest extends Object
| Constructor and Description |
|---|
PagePublishRequest()
Empty constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAt()
Get the timestamp to publish the page at a specific time, 0 for publishing the page immediately
|
String |
getMessage()
Get the message
|
boolean |
isAlllang()
Get true if all languages shall be published, false if not
|
void |
setAlllang(boolean alllang)
Set whether all languages shall be published
|
void |
setAt(int at)
Set timestamp to publish the page at a specific timestamp, 0 for publishing the page immediately
|
void |
setMessage(String message)
Set the message
|
public String getMessage()
public boolean isAlllang()
public int getAt()
public void setMessage(String message)
message - messagepublic void setAlllang(boolean alllang)
alllang - true if all language variants shall be published, false if notpublic void setAt(int at)
at - timestamp or -1Copyright © 2016 Gentics Software. All rights reserved.