Class Entry

java.lang.Object
de.businesscode.bcdui.menu.config.Entry

public class Entry extends Object

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.


 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence maxOccurs="unbounded" minOccurs="0">
         <choice>
           <element ref="{http://www.businesscode.de/schema/bcdui/menu-1.0.0}Entry"/>
           <element ref="{http://www.businesscode.de/schema/bcdui/menu-1.0.0}include"/>
         </choice>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="caption" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="href" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="onClick" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="rights" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="title" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="disable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="hide" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="newWindow" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="separator" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • entryOrInclude

      protected List<Object> entryOrInclude
    • id

      protected String id
    • caption

      protected String caption
      contains either plaintext or i18n-key starting with i18-tag codepoint
    • href

      protected String href
    • onClick

      protected String onClick
    • rights

      protected String rights
    • title

      protected String title
      contains either plaintext or i18n-key starting with i18-tag codepoint
    • disable

      protected Boolean disable
    • hide

      protected Boolean hide
    • newWindow

      protected Boolean newWindow
    • separator

      protected Boolean separator
  • Constructor Details

    • Entry

      public Entry()
  • Method Details

    • getEntryOrInclude

      public List<Object> getEntryOrInclude()
      Gets the value of the entryOrInclude property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the entryOrInclude property.

      For example, to add a new item, do as follows:

       getEntryOrInclude().add(newItem);
       

      Objects of the following type(s) are allowed in the list Entry Include

      Returns:
      The value of the entryOrInclude property.
    • getId

      public String getId()
      Ruft den Wert der id-Eigenschaft ab.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Legt den Wert der id-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • getCaption

      public String getCaption()
      contains either plaintext or i18n-key starting with i18-tag codepoint
      Returns:
      possible object is String
    • setCaption

      public void setCaption(String value)
      Legt den Wert der caption-Eigenschaft fest.
      Parameters:
      value - allowed object is String
      See Also:
    • getHref

      public String getHref()
      Ruft den Wert der href-Eigenschaft ab.
      Returns:
      possible object is String
    • setHref

      public void setHref(String value)
      Legt den Wert der href-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • getOnClick

      public String getOnClick()
      Ruft den Wert der onClick-Eigenschaft ab.
      Returns:
      possible object is String
    • setOnClick

      public void setOnClick(String value)
      Legt den Wert der onClick-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • getRights

      public String getRights()
      Ruft den Wert der rights-Eigenschaft ab.
      Returns:
      possible object is String
    • setRights

      public void setRights(String value)
      Legt den Wert der rights-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • getTitle

      public String getTitle()
      contains either plaintext or i18n-key starting with i18-tag codepoint
      Returns:
      possible object is String
    • setTitle

      public void setTitle(String value)
      Legt den Wert der title-Eigenschaft fest.
      Parameters:
      value - allowed object is String
      See Also:
    • isDisable

      public boolean isDisable()
      Ruft den Wert der disable-Eigenschaft ab.
      Returns:
      possible object is Boolean
    • setDisable

      public void setDisable(Boolean value)
      Legt den Wert der disable-Eigenschaft fest.
      Parameters:
      value - allowed object is Boolean
    • isHide

      public boolean isHide()
      Ruft den Wert der hide-Eigenschaft ab.
      Returns:
      possible object is Boolean
    • setHide

      public void setHide(Boolean value)
      Legt den Wert der hide-Eigenschaft fest.
      Parameters:
      value - allowed object is Boolean
    • isNewWindow

      public boolean isNewWindow()
      Ruft den Wert der newWindow-Eigenschaft ab.
      Returns:
      possible object is Boolean
    • setNewWindow

      public void setNewWindow(Boolean value)
      Legt den Wert der newWindow-Eigenschaft fest.
      Parameters:
      value - allowed object is Boolean
    • isSeparator

      public boolean isSeparator()
      Ruft den Wert der separator-Eigenschaft ab.
      Returns:
      possible object is Boolean
    • setSeparator

      public void setSeparator(Boolean value)
      Legt den Wert der separator-Eigenschaft fest.
      Parameters:
      value - allowed object is Boolean