Class GeneratedChangeDescriptor

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
ChangeDescriptor

public abstract class GeneratedChangeDescriptor extends GenericItem
Generated class for type ChangeDescriptor.
See Also:
  • Field Details

    • CRONJOB

      public static final String CRONJOB
      Qualifier of the ChangeDescriptor.cronJob attribute
      See Also:
    • STEP

      public static final String STEP
      Qualifier of the ChangeDescriptor.step attribute
      See Also:
    • CHANGEDITEM

      public static final String CHANGEDITEM
      Qualifier of the ChangeDescriptor.changedItem attribute
      See Also:
    • SEQUENCENUMBER

      public static final String SEQUENCENUMBER
      Qualifier of the ChangeDescriptor.sequenceNumber attribute
      See Also:
    • SAVETIMESTAMP

      public static final String SAVETIMESTAMP
      Qualifier of the ChangeDescriptor.saveTimestamp attribute
      See Also:
    • PREVIOUSITEMSTATE

      public static final String PREVIOUSITEMSTATE
      Qualifier of the ChangeDescriptor.previousItemState attribute
      See Also:
    • CHANGETYPE

      public static final String CHANGETYPE
      Qualifier of the ChangeDescriptor.changeType attribute
      See Also:
    • DESCRIPTION

      public static final String DESCRIPTION
      Qualifier of the ChangeDescriptor.description attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedChangeDescriptor

      public GeneratedChangeDescriptor()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getChangedItem

      public Item getChangedItem(SessionContext ctx)
      Generated method - Getter of the ChangeDescriptor.changedItem attribute.
      Returns:
      the changedItem
    • getChangedItem

      public Item getChangedItem()
      Generated method - Getter of the ChangeDescriptor.changedItem attribute.
      Returns:
      the changedItem
    • setChangedItem

      public void setChangedItem(SessionContext ctx, Item value)
      Generated method - Setter of the ChangeDescriptor.changedItem attribute.
      Parameters:
      value - the changedItem
    • setChangedItem

      public void setChangedItem(Item value)
      Generated method - Setter of the ChangeDescriptor.changedItem attribute.
      Parameters:
      value - the changedItem
    • getChangeType

      public String getChangeType(SessionContext ctx)
      Generated method - Getter of the ChangeDescriptor.changeType attribute.
      Returns:
      the changeType
    • getChangeType

      public String getChangeType()
      Generated method - Getter of the ChangeDescriptor.changeType attribute.
      Returns:
      the changeType
    • setChangeType

      public void setChangeType(SessionContext ctx, String value)
      Generated method - Setter of the ChangeDescriptor.changeType attribute.
      Parameters:
      value - the changeType
    • setChangeType

      public void setChangeType(String value)
      Generated method - Setter of the ChangeDescriptor.changeType attribute.
      Parameters:
      value - the changeType
    • getCronJob

      public CronJob getCronJob(SessionContext ctx)
      Generated method - Getter of the ChangeDescriptor.cronJob attribute.
      Returns:
      the cronJob
    • getCronJob

      public CronJob getCronJob()
      Generated method - Getter of the ChangeDescriptor.cronJob attribute.
      Returns:
      the cronJob
    • setCronJob

      protected void setCronJob(SessionContext ctx, CronJob value)
      Generated method - Setter of the ChangeDescriptor.cronJob attribute.
      Parameters:
      value - the cronJob
    • setCronJob

      protected void setCronJob(CronJob value)
      Generated method - Setter of the ChangeDescriptor.cronJob attribute.
      Parameters:
      value - the cronJob
    • getDescription

      public String getDescription(SessionContext ctx)
      Generated method - Getter of the ChangeDescriptor.description attribute.
      Returns:
      the description
    • getDescription

      public String getDescription()
      Generated method - Getter of the ChangeDescriptor.description attribute.
      Returns:
      the description
    • setDescription

      public void setDescription(SessionContext ctx, String value)
      Generated method - Setter of the ChangeDescriptor.description attribute.
      Parameters:
      value - the description
    • setDescription

      public void setDescription(String value)
      Generated method - Setter of the ChangeDescriptor.description attribute.
      Parameters:
      value - the description
    • getPreviousItemState

      public Map getPreviousItemState(SessionContext ctx)
      Generated method - Getter of the ChangeDescriptor.previousItemState attribute.
      Returns:
      the previousItemState
    • getPreviousItemState

      public Map getPreviousItemState()
      Generated method - Getter of the ChangeDescriptor.previousItemState attribute.
      Returns:
      the previousItemState
    • setPreviousItemState

      public void setPreviousItemState(SessionContext ctx, Map value)
      Generated method - Setter of the ChangeDescriptor.previousItemState attribute.
      Parameters:
      value - the previousItemState
    • setPreviousItemState

      public void setPreviousItemState(Map value)
      Generated method - Setter of the ChangeDescriptor.previousItemState attribute.
      Parameters:
      value - the previousItemState
    • getSaveTimestamp

      public Date getSaveTimestamp(SessionContext ctx)
      Generated method - Getter of the ChangeDescriptor.saveTimestamp attribute.
      Returns:
      the saveTimestamp
    • getSaveTimestamp

      public Date getSaveTimestamp()
      Generated method - Getter of the ChangeDescriptor.saveTimestamp attribute.
      Returns:
      the saveTimestamp
    • setSaveTimestamp

      public void setSaveTimestamp(SessionContext ctx, Date value)
      Generated method - Setter of the ChangeDescriptor.saveTimestamp attribute.
      Parameters:
      value - the saveTimestamp
    • setSaveTimestamp

      public void setSaveTimestamp(Date value)
      Generated method - Setter of the ChangeDescriptor.saveTimestamp attribute.
      Parameters:
      value - the saveTimestamp
    • getSequenceNumber

      public Integer getSequenceNumber(SessionContext ctx)
      Generated method - Getter of the ChangeDescriptor.sequenceNumber attribute.
      Returns:
      the sequenceNumber
    • getSequenceNumber

      public Integer getSequenceNumber()
      Generated method - Getter of the ChangeDescriptor.sequenceNumber attribute.
      Returns:
      the sequenceNumber
    • getSequenceNumberAsPrimitive

      public int getSequenceNumberAsPrimitive(SessionContext ctx)
      Generated method - Getter of the ChangeDescriptor.sequenceNumber attribute.
      Returns:
      the sequenceNumber
    • getSequenceNumberAsPrimitive

      public int getSequenceNumberAsPrimitive()
      Generated method - Getter of the ChangeDescriptor.sequenceNumber attribute.
      Returns:
      the sequenceNumber
    • setSequenceNumber

      protected void setSequenceNumber(SessionContext ctx, Integer value)
      Generated method - Setter of the ChangeDescriptor.sequenceNumber attribute.
      Parameters:
      value - the sequenceNumber
    • setSequenceNumber

      protected void setSequenceNumber(Integer value)
      Generated method - Setter of the ChangeDescriptor.sequenceNumber attribute.
      Parameters:
      value - the sequenceNumber
    • setSequenceNumber

      protected void setSequenceNumber(SessionContext ctx, int value)
      Generated method - Setter of the ChangeDescriptor.sequenceNumber attribute.
      Parameters:
      value - the sequenceNumber
    • setSequenceNumber

      protected void setSequenceNumber(int value)
      Generated method - Setter of the ChangeDescriptor.sequenceNumber attribute.
      Parameters:
      value - the sequenceNumber
    • getStep

      public Step getStep(SessionContext ctx)
      Generated method - Getter of the ChangeDescriptor.step attribute.
      Returns:
      the step
    • getStep

      public Step getStep()
      Generated method - Getter of the ChangeDescriptor.step attribute.
      Returns:
      the step
    • setStep

      protected void setStep(SessionContext ctx, Step value)
      Generated method - Setter of the ChangeDescriptor.step attribute.
      Parameters:
      value - the step
    • setStep

      protected void setStep(Step value)
      Generated method - Setter of the ChangeDescriptor.step attribute.
      Parameters:
      value - the step