|
SPT Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Publishable
An interface that represents an object that holds state regarding its publishable/published status.
© Copyright 2007 Sans Pareil Technologies, Inc.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
SPT Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||