Class GrouperLifecycleEvent

java.lang.Object
edu.internet2.middleware.grouper.userLifecycle.GrouperLifecycleEvent
All Implemented Interfaces:
GcDbVersionable, GcSqlAssignPrimaryKey

public class GrouperLifecycleEvent extends Object implements GcSqlAssignPrimaryKey, GcDbVersionable
  • Constructor Details

    • GrouperLifecycleEvent

      public GrouperLifecycleEvent()
  • Method Details

    • getTempInternalIdOnDeck

      public Long getTempInternalIdOnDeck()
      store the internal id to use when the db access stores the object
      Returns:
    • setTempInternalIdOnDeck

      public void setTempInternalIdOnDeck(Long tempInternalIdOnDeck)
      store the internal id to use when the db access stores the object
      Parameters:
      tempInternalIdOnDeck -
    • getInternalId

      public long getInternalId()
    • setInternalId

      public void setInternalId(long internalId)
    • getGroupLifecycleEventConfigInternalId

      public Long getGroupLifecycleEventConfigInternalId()
    • setGroupLifecycleEventConfigInternalId

      public void setGroupLifecycleEventConfigInternalId(Long groupLifecycleEventConfigInternalId)
    • getMemberInternalId

      public Long getMemberInternalId()
    • setMemberInternalId

      public void setMemberInternalId(Long memberInternalId)
    • getEventMicros

      public Long getEventMicros()
    • setEventMicros

      public void setEventMicros(Long eventMicros)
    • getNaturalLanguagePrivilegeDictionaryInternalId

      public Long getNaturalLanguagePrivilegeDictionaryInternalId()
    • setNaturalLanguagePrivilegeDictionaryInternalId

      public void setNaturalLanguagePrivilegeDictionaryInternalId(Long naturalLanguagePrivilegeDictionaryInternalId)
    • getNaturalLanguageUnPrivilegeDictionaryInternalId

      public Long getNaturalLanguageUnPrivilegeDictionaryInternalId()
    • setNaturalLanguageUnPrivilegeDictionaryInternalId

      public void setNaturalLanguageUnPrivilegeDictionaryInternalId(Long naturalLanguageUnPrivilegeDictionaryInternalId)
    • gcSqlAssignNewPrimaryKeyForInsert

      public boolean gcSqlAssignNewPrimaryKeyForInsert()
      Description copied from interface: GcSqlAssignPrimaryKey
      assign a new primary key for insert. return true if assigned (insert) or false if not needed
      Specified by:
      gcSqlAssignNewPrimaryKeyForInsert in interface GcSqlAssignPrimaryKey
    • clone

      public GrouperLifecycleEvent clone()
      deep clone the fields in this object
      Overrides:
      clone in class Object
    • dbVersionDelete

      public void dbVersionDelete()
      db version
      Specified by:
      dbVersionDelete in interface GcDbVersionable
    • dbVersionDifferent

      public boolean dbVersionDifferent()
      if we need to update this object
      Specified by:
      dbVersionDifferent in interface GcDbVersionable
      Returns:
      if needs to update this object
    • dbVersionReset

      public void dbVersionReset()
      take a snapshot of the data since this is what is in the db
      Specified by:
      dbVersionReset in interface GcDbVersionable
    • equalsDeep

      public boolean equalsDeep(Object obj)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • reset

      public static void reset()
      delete all data if table is here
    • getDbVersion

      public GrouperLifecycleEvent getDbVersion()