Class CometGrid

All Implemented Interfaces:
Serializable

public class CometGrid extends CometEntity

Java class for the Grid configuration type

.
See Also:
  • Constructor Details

    • CometGrid

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

    • getDescription

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

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

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

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

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

      public 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 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:
    • getTypeId

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

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

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

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

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

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

      public void setDomainId(Integer domainId)
      Sets the domain id.
      Parameters:
      domainId - the new domain id
    • setElements

      public void setElements(CometGrid.Elements elements)
      CometGrid.Elements Sets the elements.
      Parameters:
      elements - the new elements
      See Also:
    • setMasterdocId

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

      public void setName(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(Integer typeId)
      Sets the type id.
      Parameters:
      typeId - the new type id
    • setXpos

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

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

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

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