Class PageItemState

  • All Implemented Interfaces:
    java.io.Serializable

    public class PageItemState
    extends Comet3Entity

    Java Interface for pageitemstate complex type. For internal use only

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="pageitemstate">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • PageItemState

        public PageItemState()
        Instantiates a new Page item state.
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets name.
        Returns:
        the name
      • setName

        public void setName​(java.lang.String name)
        Sets name.
        Parameters:
        name - the name
      • setId

        public void setId​(int id)
        Description copied from class: Comet3Entity
        Sets id.
        Overrides:
        setId in class Comet3Entity
        Parameters:
        id - the id
      • entityEquals

        public boolean entityEquals​(CometEntity item)
        Entity equals boolean.
        Parameters:
        item - the item
        Returns:
        the boolean