Class GrouperDataAlias
java.lang.Object
edu.internet2.middleware.grouper.dataField.GrouperDataAlias
- All Implemented Interfaces:
GcDbVersionable
,GcSqlAssignPrimaryKey
loader config for grouper data alias
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
deep clone the fields in this objectvoid
db versionboolean
if we need to update this objectvoid
take a snapshot of the data since this is what is in the dbboolean
equalsDeep
(Object obj) boolean
long
getName()
store the internal id to use when the db access stores the objectvoid
setAliasType
(String aliasType) void
setCreatedOn
(Timestamp createdOn) void
setDataFieldInternalId
(Long dataFieldInternalId) void
setDataRowInternalId
(Long dataRowInternalId) void
setInternalId
(long internalId) void
setLowerName
(String lowerName) void
void
setTempInternalIdOnDeck
(Long tempInternalIdOnDeck) store the internal id to use when the db access stores the objectvoid
toString()
-
Constructor Details
-
GrouperDataAlias
public GrouperDataAlias()
-
-
Method Details
-
getTempInternalIdOnDeck
store the internal id to use when the db access stores the object- Returns:
-
setTempInternalIdOnDeck
store the internal id to use when the db access stores the object- Parameters:
tempInternalIdOnDeck
-
-
getAliasType
-
setAliasType
-
getDataRowInternalId
-
setDataRowInternalId
-
getLowerName
-
setLowerName
-
getDataFieldInternalId
-
setDataFieldInternalId
-
getInternalId
public long getInternalId() -
setInternalId
public void setInternalId(long internalId) -
getName
-
setName
-
getCreatedOn
-
setCreatedOn
-
gcSqlAssignNewPrimaryKeyForInsert
public boolean gcSqlAssignNewPrimaryKeyForInsert()- Specified by:
gcSqlAssignNewPrimaryKeyForInsert
in interfaceGcSqlAssignPrimaryKey
-
clone
deep clone the fields in this object -
dbVersionDelete
public void dbVersionDelete()db version- Specified by:
dbVersionDelete
in interfaceGcDbVersionable
-
dbVersionDifferent
public boolean dbVersionDifferent()if we need to update this object- Specified by:
dbVersionDifferent
in interfaceGcDbVersionable
- 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 interfaceGcDbVersionable
-
equalsDeep
-
storePrepare
public void storePrepare() -
toString
-