Class Block

All Implemented Interfaces:
Serializable, HasExtensions

public final class Block extends IdentityBean<Integer>
See Also:
  • Constructor Details

    • Block

      public Block()
    • Block

      public Block(Block b)
  • Method Details

    • getId

      public Integer getId()
      Specified by:
      getId in class IdentityBean<Integer>
    • setId

      public void setId(Integer id)
      Specified by:
      setId in class IdentityBean<Integer>
    • getBlockSequence

      public int getBlockSequence()
    • setBlockSequence

      public void setBlockSequence(int blockSequence)
    • getBlockVariable

      public int getBlockVariable()
    • setBlockVariable

      public void setBlockVariable(int blockVariable)
    • getBlockRoute

      public int getBlockRoute()
    • setBlockRoute

      public void setBlockRoute(int blockRoute)
    • getBlockRun

      public int getBlockRun()
    • setBlockRun

      public void setBlockRun(int blockRun)