Class AtlPunkt

  • All Implemented Interfaces:
    de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste

    public class AtlPunkt
    extends java.lang.Object
    implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
    Beschreibt einen Punkt mit x- und y-Koordinate.

    • Constructor Summary

      Constructors 
      Constructor Description
      AtlPunkt()  
    • Method Summary

      Modifier and Type Method Description
      void atl2Bean​(de.bsvrz.dav.daf.main.Data daten, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)  
      void bean2Atl​(de.bsvrz.dav.daf.main.Data datum, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)  
      AtlPunkt clone()  
      AttZahl getX()
      Beliebige ganze Zahl im Bereich -2^63 bis (2^63)-1.
      AttZahl getY()
      Beliebige ganze Zahl im Bereich -2^63 bis (2^63)-1.
      void setX​(AttZahl _x)
      Beliebige ganze Zahl im Bereich -2^63 bis (2^63)-1.
      void setY​(AttZahl _y)
      Beliebige ganze Zahl im Bereich -2^63 bis (2^63)-1.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • AtlPunkt

        public AtlPunkt()
    • Method Detail

      • getX

        public AttZahl getX()
        Beliebige ganze Zahl im Bereich -2^63 bis (2^63)-1.

        Returns:
        der Wert von X.
      • setX

        public void setX​(AttZahl _x)
        Beliebige ganze Zahl im Bereich -2^63 bis (2^63)-1.

        Parameters:
        _x - der neue Wert von X.
      • getY

        public AttZahl getY()
        Beliebige ganze Zahl im Bereich -2^63 bis (2^63)-1.

        Returns:
        der Wert von Y.
      • setY

        public void setY​(AttZahl _y)
        Beliebige ganze Zahl im Bereich -2^63 bis (2^63)-1.

        Parameters:
        _y - der neue Wert von Y.
      • bean2Atl

        public void bean2Atl​(de.bsvrz.dav.daf.main.Data datum,
                             de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
        Specified by:
        bean2Atl in interface de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
      • atl2Bean

        public void atl2Bean​(de.bsvrz.dav.daf.main.Data daten,
                             de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
        Specified by:
        atl2Bean in interface de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
      • clone

        public AtlPunkt clone()
        Specified by:
        clone in interface de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
        Overrides:
        clone in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object