Class NoteDataC

java.lang.Object
de.elo.ix.client.NoteDataC
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoteC

public class NoteDataC extends Object implements Serializable

Bit constants for members of Note

Copyright: Copyright (c) 2003

Organisation: ELO Digital Office GmbH

See Also:
  • Field Details

    • mbId

      public static final long mbId
      DB column: noteid
      See Also:
    • mbParentId

      public static final long mbParentId
      DB column: parentid
      See Also:
    • mbPageNo

      public static final long mbPageNo
      DB column: pageno
      See Also:
    • mbXPos

      public static final long mbXPos
      DB column: xpos
      See Also:
    • mbYPos

      public static final long mbYPos
      DB column: ypos
      See Also:
    • mbOwnerId

      public static final long mbOwnerId
      DB column: userid
      See Also:
    • mbType

      public static final long mbType
      DB column: notetype
      See Also:
    • mbHLock

      public static final long mbHLock
      DB column: hlock
      See Also:
    • mbCreateDate

      public static final long mbCreateDate
      DB column: createdate
      See Also:
    • mbDesc

      public static final long mbDesc
      DB column: pidesc
      See Also:
    • lnDesc

      protected int lnDesc
      DB column: pidesc
    • mbGuid

      public static final long mbGuid
      DB column: noteguid
      See Also:
    • lnGuid

      protected int lnGuid
      DB column: noteguid
    • mbTStamp

      public static final long mbTStamp
      DB column: notetstamp
      See Also:
    • lnTStamp

      protected int lnTStamp
      DB column: notetstamp
    • mbStatus

      public static final long mbStatus
      DB column: notestatus
      See Also:
    • mbWidth

      public static final long mbWidth
      DB column: width
      See Also:
    • mbHeight

      public static final long mbHeight
      DB column: height
      See Also:
    • mbAcl

      public static final long mbAcl
      DB column: noteacl
      See Also:
    • lnAcl

      protected int lnAcl
      DB column: noteacl
    • mbColor

      public static final long mbColor
      DB column: color
      See Also:
    • mbDeleteDate

      public static final long mbDeleteDate
      Member bit: The Note is deleted at this date. ClientInfo determines the Timezone. DB column: deletedate
      Since:
      9.00.000.000
      See Also:
    • mbTStampSync

      public static final long mbTStampSync
      Member bit: Timestamp of this object's last export by the replication. DB column: notetstampsync
      Since:
      9.99.009.001
      See Also:
    • lnTStampSync

      protected int lnTStampSync
      Column length: Timestamp of this object's last export by the replication. DB column: notetstampsync
      Since:
      9.99.009.001
    • mbAllMembers

      public static final long mbAllMembers
      All valid member bits.
      See Also:
  • Constructor Details

    • NoteDataC

      public NoteDataC()
  • Method Details

    • getMbId

      public long getMbId()
    • setMbId

      public void setMbId(long v)
    • getMbParentId

      public long getMbParentId()
    • setMbParentId

      public void setMbParentId(long v)
    • getMbPageNo

      public long getMbPageNo()
    • setMbPageNo

      public void setMbPageNo(long v)
    • getMbXPos

      public long getMbXPos()
    • setMbXPos

      public void setMbXPos(long v)
    • getMbYPos

      public long getMbYPos()
    • setMbYPos

      public void setMbYPos(long v)
    • getMbOwnerId

      public long getMbOwnerId()
    • setMbOwnerId

      public void setMbOwnerId(long v)
    • getMbType

      public long getMbType()
    • setMbType

      public void setMbType(long v)
    • getMbHLock

      public long getMbHLock()
    • setMbHLock

      public void setMbHLock(long v)
    • getMbCreateDate

      public long getMbCreateDate()
    • setMbCreateDate

      public void setMbCreateDate(long v)
    • getMbDesc

      public long getMbDesc()
    • setMbDesc

      public void setMbDesc(long v)
    • getLnDesc

      public int getLnDesc()
    • setLnDesc

      public void setLnDesc(int v)
    • getMbGuid

      public long getMbGuid()
    • setMbGuid

      public void setMbGuid(long v)
    • getLnGuid

      public int getLnGuid()
    • setLnGuid

      public void setLnGuid(int v)
    • getMbTStamp

      public long getMbTStamp()
    • setMbTStamp

      public void setMbTStamp(long v)
    • getLnTStamp

      public int getLnTStamp()
    • setLnTStamp

      public void setLnTStamp(int v)
    • getMbStatus

      public long getMbStatus()
    • setMbStatus

      public void setMbStatus(long v)
    • getMbWidth

      public long getMbWidth()
    • setMbWidth

      public void setMbWidth(long v)
    • getMbHeight

      public long getMbHeight()
    • setMbHeight

      public void setMbHeight(long v)
    • getMbAcl

      public long getMbAcl()
    • setMbAcl

      public void setMbAcl(long v)
    • getLnAcl

      public int getLnAcl()
    • setLnAcl

      public void setLnAcl(int v)
    • getMbColor

      public long getMbColor()
    • setMbColor

      public void setMbColor(long v)
    • getMbDeleteDate

      public long getMbDeleteDate()
    • setMbDeleteDate

      public void setMbDeleteDate(long v)
    • getMbTStampSync

      public long getMbTStampSync()
    • setMbTStampSync

      public void setMbTStampSync(long v)
    • getLnTStampSync

      public int getLnTStampSync()
    • setLnTStampSync

      public void setLnTStampSync(int v)
    • getMbAllMembers

      public long getMbAllMembers()
    • setMbAllMembers

      public void setMbAllMembers(long v)