Class GrouperMembershipRequireChange

java.lang.Object
edu.internet2.middleware.grouper.app.membershipRequire.GrouperMembershipRequireChange

public class GrouperMembershipRequireChange extends Object
record in database which is log of a change due to membership requirement
  • Constructor Details

    • GrouperMembershipRequireChange

      public GrouperMembershipRequireChange()
  • Method Details

    • getAttributeDefNameId

      public String getAttributeDefNameId()
      attribute uuid of attribute assigned
      Returns:
      attribute id
    • setAttributeDefNameId

      public void setAttributeDefNameId(String attributeId1)
      attribute uuid of attribute assigned
      Parameters:
      attributeId1 -
    • getRequireGroupId

      public String getRequireGroupId()
      group uuid of the require group
      Returns:
      group uuid
    • setRequireGroupId

      public void setRequireGroupId(String requireGroupId1)
      group uuid of the require group
      Parameters:
      requireGroupId1 -
    • getConfigId

      public String getConfigId()
      configId of this config bean
      Returns:
      config id
    • setConfigId

      public void setConfigId(String configId1)
      configId of this config bean
      Parameters:
      configId1 -
    • getId

      public Long getId()
      integer id for this
      Returns:
      id
    • setId

      public void setId(Long id1)
      integer id for this
      Parameters:
      id1 -
    • getMemberId

      public String getMemberId()
      uuid of grouper members table
      Returns:
      member id
    • setMemberId

      public void setMemberId(String memberId1)
      uuid of grouper members table
      Parameters:
      memberId1 -
    • getGroupId

      public String getGroupId()
      uuid of the group table
      Returns:
      group id
    • setGroupId

      public void setGroupId(String groupId1)
      uuid of the group table
      Parameters:
      groupId1 -
    • getTheTimestamp

      public Timestamp getTheTimestamp()
      timestamp of when the event occurred
      Returns:
      timestamp
    • setTheTimestamp

      public void setTheTimestamp(Timestamp theTimestamp1)
      timestamp of when the event occurred
      Parameters:
      theTimestamp1 -
    • getEngineDb

      public String getEngineDb()
      H = hook, C = change log consumer, F = full sync
      Returns:
      engine
    • getEngine

      public MembershipRequireEngineEnum getEngine()
      H = hook, C = change log consumer, F = full sync
      Returns:
      engine
    • setEngine

      public void setEngine(MembershipRequireEngineEnum engine1)
      H = hook, C = change log consumer, F = full sync
      Parameters:
      engine1 -
    • setEngineDb

      public void setEngineDb(String engineDb1)
      H = hook, C = change log consumer, F = full sync
      Parameters:
      engineDb1 -
    • store

      public void store()
      store this record
    • storePrepare

      public void storePrepare()
      prepare to store