Class MapHistItemC

java.lang.Object
de.elo.ix.client.MapHistItemC
All Implemented Interfaces:
Serializable

public class MapHistItemC extends Object implements Serializable

Bit constants for members of MapHistItem

Copyright: Copyright (c) 2003

Organisation: ELO Digital Office GmbH

See Also:
  • Field Details

    • mbHistGuid

      public static final long mbHistGuid
      Member bit: Serialisation version ID DB column: maphistguid
      See Also:
    • lnHistGuid

      protected int lnHistGuid
      Column length: Serialisation version ID DB column: maphistguid
    • mbKey

      public static final long mbKey
      DB column: mapkey
      See Also:
    • lnKey

      protected int lnKey
      DB column: mapkey
    • mbValue

      public static final long mbValue
      DB column: mapvalue
      See Also:
    • lnValue

      protected int lnValue
      DB column: mapvalue
    • mbContentType

      public static final long mbContentType
      DB column: mapcontenttype
      Since:
      10.00.020.011
      See Also:
    • lnContentType

      protected int lnContentType
      DB column: mapcontenttype
      Since:
      10.00.020.011
    • mbBlobData

      public static final long mbBlobData
      DB column: mapblob
      Since:
      10.00.020.011
      See Also:
    • lnBlobData

      protected int lnBlobData
      DB column: mapblob
      Since:
      10.00.020.011
    • mbAllMembers

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

    • MapHistItemC

      public MapHistItemC()
  • Method Details

    • getMbHistGuid

      public long getMbHistGuid()
    • setMbHistGuid

      public void setMbHistGuid(long v)
    • getLnHistGuid

      public int getLnHistGuid()
    • setLnHistGuid

      public void setLnHistGuid(int v)
    • getMbKey

      public long getMbKey()
    • setMbKey

      public void setMbKey(long v)
    • getLnKey

      public int getLnKey()
    • setLnKey

      public void setLnKey(int v)
    • getMbValue

      public long getMbValue()
    • setMbValue

      public void setMbValue(long v)
    • getLnValue

      public int getLnValue()
    • setLnValue

      public void setLnValue(int v)
    • getMbContentType

      public long getMbContentType()
    • setMbContentType

      public void setMbContentType(long v)
    • getLnContentType

      public int getLnContentType()
    • setLnContentType

      public void setLnContentType(int v)
    • getMbBlobData

      public long getMbBlobData()
    • setMbBlobData

      public void setMbBlobData(long v)
    • getLnBlobData

      public int getLnBlobData()
    • setLnBlobData

      public void setLnBlobData(int v)
    • getMbAllMembers

      public long getMbAllMembers()
    • setMbAllMembers

      public void setMbAllMembers(long v)