Class ItemVersionMarkerModel

All Implemented Interfaces:
Serializable

public class ItemVersionMarkerModel extends ItemModel
Generated model class for type ItemVersionMarker first defined at extension deltadetection.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • ITEMPK

      public static final String ITEMPK
      Generated constant - Attribute key of ItemVersionMarker.itemPK attribute defined at extension deltadetection.
      See Also:
    • ITEMCOMPOSEDTYPE

      public static final String ITEMCOMPOSEDTYPE
      Generated constant - Attribute key of ItemVersionMarker.itemComposedType attribute defined at extension deltadetection.
      See Also:
    • VERSIONTS

      public static final String VERSIONTS
      Generated constant - Attribute key of ItemVersionMarker.versionTS attribute defined at extension deltadetection.
      See Also:
    • VERSIONVALUE

      public static final String VERSIONVALUE
      Generated constant - Attribute key of ItemVersionMarker.versionValue attribute defined at extension deltadetection.
      See Also:
    • LASTVERSIONVALUE

      public static final String LASTVERSIONVALUE
      Generated constant - Attribute key of ItemVersionMarker.lastVersionValue attribute defined at extension deltadetection.
      See Also:
    • INFO

      public static final String INFO
      Generated constant - Attribute key of ItemVersionMarker.info attribute defined at extension deltadetection.
      See Also:
    • STREAMID

      public static final String STREAMID
      Generated constant - Attribute key of ItemVersionMarker.streamId attribute defined at extension deltadetection.
      See Also:
    • STATUS

      public static final String STATUS
      Generated constant - Attribute key of ItemVersionMarker.status attribute defined at extension deltadetection.
      See Also:
  • Constructor Details

    • ItemVersionMarkerModel

      public ItemVersionMarkerModel()
      Generated constructor - Default constructor for generic creation.
    • ItemVersionMarkerModel

      public ItemVersionMarkerModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • ItemVersionMarkerModel

      @Deprecated(since="4.1.1", forRemoval=true) public ItemVersionMarkerModel(ComposedTypeModel _itemComposedType, Long _itemPK, ItemVersionMarkerStatus _status, String _streamId, Date _versionTS)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _itemComposedType - initial attribute declared by type ItemVersionMarker at extension deltadetection
      _itemPK - initial attribute declared by type ItemVersionMarker at extension deltadetection
      _status - initial attribute declared by type ItemVersionMarker at extension deltadetection
      _streamId - initial attribute declared by type ItemVersionMarker at extension deltadetection
      _versionTS - initial attribute declared by type ItemVersionMarker at extension deltadetection
    • ItemVersionMarkerModel

      @Deprecated(since="4.1.1", forRemoval=true) public ItemVersionMarkerModel(ComposedTypeModel _itemComposedType, Long _itemPK, ItemModel _owner, ItemVersionMarkerStatus _status, String _streamId, Date _versionTS)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _itemComposedType - initial attribute declared by type ItemVersionMarker at extension deltadetection
      _itemPK - initial attribute declared by type ItemVersionMarker at extension deltadetection
      _owner - initial attribute declared by type Item at extension core
      _status - initial attribute declared by type ItemVersionMarker at extension deltadetection
      _streamId - initial attribute declared by type ItemVersionMarker at extension deltadetection
      _versionTS - initial attribute declared by type ItemVersionMarker at extension deltadetection
  • Method Details

    • getInfo

      @Accessor(qualifier="info", type=GETTER) public String getInfo()
      Generated method - Getter of the ItemVersionMarker.info attribute defined at extension deltadetection.
      Returns:
      the info
    • getItemComposedType

      @Accessor(qualifier="itemComposedType", type=GETTER) public ComposedTypeModel getItemComposedType()
      Generated method - Getter of the ItemVersionMarker.itemComposedType attribute defined at extension deltadetection.
      Returns:
      the itemComposedType
    • getItemPK

      @Accessor(qualifier="itemPK", type=GETTER) public Long getItemPK()
      Generated method - Getter of the ItemVersionMarker.itemPK attribute defined at extension deltadetection.
      Returns:
      the itemPK
    • getLastVersionValue

      @Accessor(qualifier="lastVersionValue", type=GETTER) public String getLastVersionValue()
      Generated method - Getter of the ItemVersionMarker.lastVersionValue attribute defined at extension deltadetection.
      Returns:
      the lastVersionValue
    • getStatus

      @Accessor(qualifier="status", type=GETTER) public ItemVersionMarkerStatus getStatus()
      Generated method - Getter of the ItemVersionMarker.status attribute defined at extension deltadetection.
      Returns:
      the status
    • getStreamId

      @Accessor(qualifier="streamId", type=GETTER) public String getStreamId()
      Generated method - Getter of the ItemVersionMarker.streamId attribute defined at extension deltadetection.
      Returns:
      the streamId
    • getVersionTS

      @Accessor(qualifier="versionTS", type=GETTER) public Date getVersionTS()
      Generated method - Getter of the ItemVersionMarker.versionTS attribute defined at extension deltadetection.
      Returns:
      the versionTS
    • getVersionValue

      @Accessor(qualifier="versionValue", type=GETTER) public String getVersionValue()
      Generated method - Getter of the ItemVersionMarker.versionValue attribute defined at extension deltadetection.
      Returns:
      the versionValue
    • setInfo

      @Accessor(qualifier="info", type=SETTER) public void setInfo(String value)
      Generated method - Setter of ItemVersionMarker.info attribute defined at extension deltadetection.
      Parameters:
      value - the info
    • setItemComposedType

      @Accessor(qualifier="itemComposedType", type=SETTER) public void setItemComposedType(ComposedTypeModel value)
      Generated method - Initial setter of ItemVersionMarker.itemComposedType attribute defined at extension deltadetection. Can only be used at creation of model - before first save.
      Parameters:
      value - the itemComposedType
    • setItemPK

      @Accessor(qualifier="itemPK", type=SETTER) public void setItemPK(Long value)
      Generated method - Initial setter of ItemVersionMarker.itemPK attribute defined at extension deltadetection. Can only be used at creation of model - before first save.
      Parameters:
      value - the itemPK
    • setLastVersionValue

      @Accessor(qualifier="lastVersionValue", type=SETTER) public void setLastVersionValue(String value)
      Generated method - Setter of ItemVersionMarker.lastVersionValue attribute defined at extension deltadetection.
      Parameters:
      value - the lastVersionValue
    • setStatus

      @Accessor(qualifier="status", type=SETTER) public void setStatus(ItemVersionMarkerStatus value)
      Generated method - Setter of ItemVersionMarker.status attribute defined at extension deltadetection.
      Parameters:
      value - the status
    • setStreamId

      @Accessor(qualifier="streamId", type=SETTER) public void setStreamId(String value)
      Generated method - Initial setter of ItemVersionMarker.streamId attribute defined at extension deltadetection. Can only be used at creation of model - before first save.
      Parameters:
      value - the streamId
    • setVersionTS

      @Accessor(qualifier="versionTS", type=SETTER) public void setVersionTS(Date value)
      Generated method - Setter of ItemVersionMarker.versionTS attribute defined at extension deltadetection.
      Parameters:
      value - the versionTS
    • setVersionValue

      @Accessor(qualifier="versionValue", type=SETTER) public void setVersionValue(String value)
      Generated method - Setter of ItemVersionMarker.versionValue attribute defined at extension deltadetection.
      Parameters:
      value - the versionValue