|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.ade.publish.shared.CmsPublishResourceInfo
public class CmsPublishResourceInfo
A publish resource additional information bean.
| Nested Class Summary | |
|---|---|
static class |
CmsPublishResourceInfo.Type
Reason value constants, when resources can not be published. |
| Constructor Summary | |
|---|---|
protected |
CmsPublishResourceInfo()
For serialization. |
|
CmsPublishResourceInfo(java.lang.String value,
CmsPublishResourceInfo.Type type)
Creates a new publish resource additional information bean. |
| Method Summary | |
|---|---|
java.lang.String |
getNoPreviewReason()
Returns the no preview available reason. |
CmsPublishResourceInfo.Type |
getType()
Returns the type. |
java.lang.String |
getValue()
Returns the value. |
boolean |
hasNoPreviewReason()
Returns if the no preview available reason is set. |
boolean |
hasProblemType()
Returns if there is a problem type set. |
void |
setNoPreviewReason(java.lang.String noPreviewReason)
Sets the no preview available reason. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsPublishResourceInfo(java.lang.String value,
CmsPublishResourceInfo.Type type)
value - the additional infotype - the additional info typeprotected CmsPublishResourceInfo()
| Method Detail |
|---|
public java.lang.String getNoPreviewReason()
public CmsPublishResourceInfo.Type getType()
public java.lang.String getValue()
public boolean hasNoPreviewReason()
true if the no preview available reason is not emptypublic boolean hasProblemType()
true if the problem type is setpublic void setNoPreviewReason(java.lang.String noPreviewReason)
noPreviewReason - the no preview available reason
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||