public class Hib3GrouperDdl extends Object
| Constructor and Description |
|---|
Hib3GrouperDdl() |
| Modifier and Type | Method and Description |
|---|---|
static Hib3GrouperDdl |
findInList(List<Hib3GrouperDdl> hib3GrouperDdls,
String objectName)
find a ddl in a list
|
int |
getDbVersion()
version of the object in the db
|
String |
getHistory()
history, with most recent first
|
String |
getId()
uuid of the row
|
String |
getLastUpdated()
last updated timestamp, in string form so easy to update
|
String |
getObjectName()
object name in db (in java its converted to a java name)
|
void |
setDbVersion(int dbVersion1)
version of the object in the db
|
void |
setHistory(String history1)
history, with most recent first
|
void |
setId(String id1)
uuid of the row
|
void |
setLastUpdated(String lastUpdated1)
last updated timestamp, in string form so easy to update
|
void |
setObjectName(String objectName1)
object name in db (in java its converted to a java name)
|
public String getLastUpdated()
public void setLastUpdated(String lastUpdated1)
lastUpdated1 - the lastUpdated to setpublic String getHistory()
public void setHistory(String history1)
history1 - the history to setpublic String getObjectName()
public void setObjectName(String objectName1)
objectName1 - the objectName to setpublic int getDbVersion()
public void setDbVersion(int dbVersion1)
dbVersion1 - the dbVersion to setpublic String getId()
public void setId(String id1)
id1 - the id to setpublic static Hib3GrouperDdl findInList(List<Hib3GrouperDdl> hib3GrouperDdls, String objectName)
hib3GrouperDdls - objectName - Copyright © 2016 Internet2. All rights reserved.