Class Hib3GrouperDdl

java.lang.Object
edu.internet2.middleware.grouper.app.loader.db.Hib3GrouperDdl

public class Hib3GrouperDdl extends Object
maps to the grouper ddl table
  • Constructor Details

    • Hib3GrouperDdl

      public Hib3GrouperDdl()
  • Method Details

    • getLastUpdated

      public String getLastUpdated()
      last updated timestamp, in string form so easy to update
      Returns:
      the lastUpdated
    • setLastUpdated

      public void setLastUpdated(String lastUpdated1)
      last updated timestamp, in string form so easy to update
      Parameters:
      lastUpdated1 - the lastUpdated to set
    • getHistory

      public String getHistory()
      history, with most recent first
      Returns:
      the history
    • setHistory

      public void setHistory(String history1)
      history, with most recent first
      Parameters:
      history1 - the history to set
    • getObjectName

      public String getObjectName()
      object name in db (in java its converted to a java name)
      Returns:
      the objectName
    • setObjectName

      public void setObjectName(String objectName1)
      object name in db (in java its converted to a java name)
      Parameters:
      objectName1 - the objectName to set
    • getDbVersion

      public int getDbVersion()
      version of the object in the db
      Returns:
      the dbVersion
    • setDbVersion

      public void setDbVersion(int dbVersion1)
      version of the object in the db
      Parameters:
      dbVersion1 - the dbVersion to set
    • getId

      public String getId()
      uuid of the row
      Returns:
      the id
    • setId

      public void setId(String id1)
      uuid of the row
      Parameters:
      id1 - the id to set
    • findInList

      public static Hib3GrouperDdl findInList(List<Hib3GrouperDdl> hib3GrouperDdls, String objectName)
      find a ddl in a list
      Parameters:
      hib3GrouperDdls -
      objectName -
      Returns:
      the ddl object