Class CmsPublishResourceInfo

java.lang.Object
org.opencms.ade.publish.shared.CmsPublishResourceInfo
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class CmsPublishResourceInfo extends Object implements com.google.gwt.user.client.rpc.IsSerializable
A publish resource additional information bean.

Since:
7.6
  • Constructor Details

  • Method Details

    • getType

      Returns the type.

      Returns:
      the type
    • getValue

      public String getValue()
      Returns the value.

      Returns:
      the value
    • hasProblemType

      public boolean hasProblemType()
      Returns if there is a problem type set.

      Returns:
      true if the problem type is set
    • isHidden

      public boolean isHidden()
      Returns true if the publish resource should be hidden.

      Returns:
      true if the publish resource should be hidden