Class ModelApi

java.lang.Object
org.apache.ofbiz.ws.rs.model.ModelApi

public class ModelApi extends Object
  • Constructor Details

    • ModelApi

      public ModelApi()
  • Method Details

    • getResources

      public List<ModelResource> getResources()
      Returns:
    • addResource

      public ModelApi addResource(ModelResource resource)
      Parameters:
      resource -
      Returns:
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getDisplayName

      public String getDisplayName()
      Gets the value of the displayName property.
      Returns:
      possible object is String
    • setDisplayName

      public void setDisplayName(String value)
      Sets the value of the displayName property.
      Parameters:
      value - allowed object is String
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • isPublish

      public boolean isPublish()
      Returns:
      the publish
    • setPublish

      public void setPublish(boolean publish)
      Parameters:
      publish - the publish to set