Class PackageDataC

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

public class PackageDataC extends Object implements Serializable

Bit constants for members of PackageData

Copyright: Copyright (c) 2003

Organisation: ELO Digital Office GmbH

Since:
21.00.000.005
See Also:
  • Field Details

    • mbGuid

      public static final long mbGuid
      Member bit: Package GUID. DB column: pkguid
      See Also:
    • lnGuid

      protected int lnGuid
      Column length: Package GUID. DB column: pkguid
    • mbName

      public static final long mbName
      Member bit: Name of the package, which is displayed. DB column: pkname
      See Also:
    • lnName

      protected int lnName
      Column length: Name of the package, which is displayed. DB column: pkname
    • mbDescription

      public static final long mbDescription
      Member bit: Package description. DB column: pkdesc
      See Also:
    • lnDescription

      protected int lnDescription
      Column length: Package description. DB column: pkdesc
    • mbIconData

      public static final long mbIconData
      Member bit: Icon of package. DB column: icon
      See Also:
    • lnIconData

      protected int lnIconData
      Column length: Icon of package. DB column: icon
    • mbTStamp

      public static final long mbTStamp
      Member bit: Timestamp of last modification. DB column: pktstamp
      See Also:
    • lnTStamp

      protected int lnTStamp
      Column length: Timestamp of last modification. DB column: pktstamp
    • mbLockId

      public static final long mbLockId
      Member bit: The ID of the user that holds the lock or -1, if the note is not locked. DB column: lockid
      See Also:
    • mbMaintainer

      public static final long mbMaintainer
      Member bit: Maintainer of package DB column: maintainer
      Since:
      21.00.000.019
      See Also:
    • lnMaintainer

      protected int lnMaintainer
      Column length: Maintainer of package DB column: maintainer
      Since:
      21.00.000.019
    • mbContentType

      public static final long mbContentType
      Member bit: Content type of the icon DB column: contenttype
      Since:
      21.00.000.019
      See Also:
    • lnContentType

      protected int lnContentType
      Column length: Content type of the icon DB column: contenttype
      Since:
      21.00.000.019
    • mbNamespace

      public static final long mbNamespace
      Member bit: Name of the package, which can be used (as technical name). DB column: namespace
      Since:
      21.00.000.022
      See Also:
    • lnNamespace

      protected int lnNamespace
      Column length: Name of the package, which can be used (as technical name). DB column: namespace
      Since:
      21.00.000.022
    • mbAllMembers

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

    • PackageDataC

      public PackageDataC()
  • Method Details

    • getMbGuid

      public long getMbGuid()
    • setMbGuid

      public void setMbGuid(long v)
    • getLnGuid

      public int getLnGuid()
    • setLnGuid

      public void setLnGuid(int v)
    • getMbName

      public long getMbName()
    • setMbName

      public void setMbName(long v)
    • getLnName

      public int getLnName()
    • setLnName

      public void setLnName(int v)
    • getMbDescription

      public long getMbDescription()
    • setMbDescription

      public void setMbDescription(long v)
    • getLnDescription

      public int getLnDescription()
    • setLnDescription

      public void setLnDescription(int v)
    • getMbIconData

      public long getMbIconData()
    • setMbIconData

      public void setMbIconData(long v)
    • getLnIconData

      public int getLnIconData()
    • setLnIconData

      public void setLnIconData(int v)
    • getMbTStamp

      public long getMbTStamp()
    • setMbTStamp

      public void setMbTStamp(long v)
    • getLnTStamp

      public int getLnTStamp()
    • setLnTStamp

      public void setLnTStamp(int v)
    • getMbLockId

      public long getMbLockId()
    • setMbLockId

      public void setMbLockId(long v)
    • getMbMaintainer

      public long getMbMaintainer()
    • setMbMaintainer

      public void setMbMaintainer(long v)
    • getLnMaintainer

      public int getLnMaintainer()
    • setLnMaintainer

      public void setLnMaintainer(int v)
    • getMbContentType

      public long getMbContentType()
    • setMbContentType

      public void setMbContentType(long v)
    • getLnContentType

      public int getLnContentType()
    • setLnContentType

      public void setLnContentType(int v)
    • getMbNamespace

      public long getMbNamespace()
    • setMbNamespace

      public void setMbNamespace(long v)
    • getLnNamespace

      public int getLnNamespace()
    • setLnNamespace

      public void setLnNamespace(int v)
    • getMbAllMembers

      public long getMbAllMembers()
    • setMbAllMembers

      public void setMbAllMembers(long v)