public interface Publishable
© Copyright 2007 Sans Pareil Technologies, Inc.
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPublished()
Returns a
boolean value indicating whether the object
has been marked for publication on the front-end application or not. |
void |
setPublished(boolean published)
Set the publication status of this instance.
|
boolean isPublished()
boolean value indicating whether the object
has been marked for publication on the front-end application or not.true if the instance is approved for
publication.void setPublished(boolean published)
published - The value to set.