Class CometGrid

  • All Implemented Interfaces:
    java.io.Serializable

    public class CometGrid
    extends CometEntity

    Java class for the Grid configuration type

    .
    See Also:
    Serialized Form
    • Constructor Detail

      • CometGrid

        public CometGrid()
        Instantiates a new comet grid.
    • Method Detail

      • getDescription

        @CometDescription
        public java.lang.String getDescription()
        Gets the description.
        Returns:
        the description
      • getDomainId

        public java.lang.Integer getDomainId()
        Gets the domain id.
        Returns:
        the domain id
      • getElements

        public CometGrid.Elements getElements()
        Gets the elements.
        Returns:
        the elements
      • getMasterdocId

        public java.lang.String getMasterdocId()
        Gets the masterdoc id.
        Returns:
        the masterdoc id
      • getName

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

        public java.lang.String getRepositoryFilename()
                                               throws CometException
        Description copied from class: CometEntity

        Gets the repository filename for this particular item

        This method MUST be overridden by classes extending CometEntity

        Overrides:
        getRepositoryFilename in class CometEntity
        Returns:
        the repository filename of this particular item
        Throws:
        CometException - the comet exception
      • getRepositoryPath

        public java.lang.String getRepositoryPath()
                                           throws CometException
        Description copied from class: CometEntity

        Get the relative repository path for this configuration type.

        This method MUST be overridden by classes extending CometEntity.

        Overrides:
        getRepositoryPath in class CometEntity
        Returns:
        relative repository path
        Throws:
        CometException - the comet exception
      • getSpread

        public CometGrid.Spread getSpread()
        Gets the spread.
        Returns:
        the spread
      • getType

        public CometGridType getType()
        com.priint.pubserver.comet.entity.grid#CometGridType Gets the type.
        Returns:
        the type
        See Also:
        CometGridType
      • getTypeId

        public java.lang.Integer getTypeId()
        Gets the type id.
        Returns:
        the type id
      • getXpos

        public java.lang.Double getXpos()
        Gets the xpos.
        Returns:
        the xpos
      • getXsize

        public java.lang.Double getXsize()
        Gets the xsize.
        Returns:
        the xsize
      • getYpos

        public java.lang.Double getYpos()
        Gets the ypos.
        Returns:
        the ypos
      • getYsize

        public java.lang.Double getYsize()
        Gets the ysize.
        Returns:
        the ysize
      • setDescription

        public void setDescription​(java.lang.String description)
        Sets the description.
        Parameters:
        description - the new description
      • setDomainId

        public void setDomainId​(java.lang.Integer domainId)
        Sets the domain id.
        Parameters:
        domainId - the new domain id
      • setMasterdocId

        public void setMasterdocId​(java.lang.String masterdocId)
        Sets the masterdoc id.
        Parameters:
        masterdocId - the new masterdoc id
      • setName

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

        public void setSpread​(CometGrid.Spread spread)
        Spread() Sets the spread.
        Parameters:
        spread - the new spread
        See Also:
        Spread()
      • setType

        public void setType​(CometGridType type)
        com.priint.pubserver.comet.entity.grid#CometGridType() Sets the type.
        Parameters:
        type - the new type
      • setTypeId

        public void setTypeId​(java.lang.Integer typeId)
        Sets the type id.
        Parameters:
        typeId - the new type id
      • setXpos

        public void setXpos​(java.lang.Double xpos)
        Sets the xpos.
        Parameters:
        xpos - the new xpos
      • setXsize

        public void setXsize​(java.lang.Double xsize)
        Sets the xsize.
        Parameters:
        xsize - the new xsize
      • setYpos

        public void setYpos​(java.lang.Double ypos)
        Sets the ypos.
        Parameters:
        ypos - the new ypos
      • setYsize

        public void setYsize​(java.lang.Double ysize)
        Sets the ysize.
        Parameters:
        ysize - the new ysize