Class IdDisplayParameters3

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class IdDisplayParameters3
    extends java.lang.Object
    implements java.lang.Cloneable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object clone()  
      short getiTrailChr0()
      Returns the iTrailChr0 part of IdDisplayParameters3
      short getiTrailChr1()
      Returns the iTrailChr1 part of IdDisplayParameters3
      short getiTrailChr2()
      Returns the iTrailChr2 part of IdDisplayParameters3
      short getiTrailChrCnt()
      Returns the iTrailChrCnt part of IdDisplayParameters3
      void setiTrailChr0​(short iTrailChr0)
      Sets the iTrailChr0 part of IdDisplayParameters3
      void setiTrailChr1​(short iTrailChr1)
      Sets the iTrailChr1 part of IdDisplayParameters3
      void setiTrailChr2​(short iTrailChr2)
      Sets the iTrailChr2 part of IdDisplayParameters3
      void setiTrailChrCnt​(short iTrailChrCnt)
      Sets the iTrailChrCnt part of IdDisplayParameters3
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IdDisplayParameters3

        public IdDisplayParameters3()
    • Method Detail

      • clone

        public java.lang.Object clone()
                               throws java.lang.CloneNotSupportedException
        Overrides:
        clone in class java.lang.Object
        Throws:
        java.lang.CloneNotSupportedException
      • getiTrailChrCnt

        public short getiTrailChrCnt()
        Returns the iTrailChrCnt part of IdDisplayParameters3
      • setiTrailChrCnt

        public void setiTrailChrCnt​(short iTrailChrCnt)
        Sets the iTrailChrCnt part of IdDisplayParameters3
      • getiTrailChr0

        public short getiTrailChr0()
        Returns the iTrailChr0 part of IdDisplayParameters3
      • setiTrailChr0

        public void setiTrailChr0​(short iTrailChr0)
        Sets the iTrailChr0 part of IdDisplayParameters3
      • getiTrailChr1

        public short getiTrailChr1()
        Returns the iTrailChr1 part of IdDisplayParameters3
      • setiTrailChr1

        public void setiTrailChr1​(short iTrailChr1)
        Sets the iTrailChr1 part of IdDisplayParameters3
      • getiTrailChr2

        public short getiTrailChr2()
        Returns the iTrailChr2 part of IdDisplayParameters3
      • setiTrailChr2

        public void setiTrailChr2​(short iTrailChr2)
        Sets the iTrailChr2 part of IdDisplayParameters3