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 objectvoiddb versionbooleanif we need to update this objectvoidtake a snapshot of the data since this is what is in the dbbooleanequalsDeep(Object obj) booleanassign a new primary key for insert.longgetName()store the internal id to use when the db access stores the objectvoidsetAliasType(String aliasType) voidsetCreatedOn(Timestamp createdOn) voidsetDataFieldInternalId(Long dataFieldInternalId) voidsetDataRowInternalId(Long dataRowInternalId) voidsetInternalId(long internalId) voidsetLowerName(String lowerName) voidvoidsetTempInternalIdOnDeck(Long tempInternalIdOnDeck) store the internal id to use when the db access stores the objectvoidtoString()
-
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()Description copied from interface:GcSqlAssignPrimaryKeyassign a new primary key for insert. return true if assigned (insert) or false if not needed- Specified by:
gcSqlAssignNewPrimaryKeyForInsertin interfaceGcSqlAssignPrimaryKey
-
clone
deep clone the fields in this object -
dbVersionDelete
public void dbVersionDelete()db version- Specified by:
dbVersionDeletein interfaceGcDbVersionable
-
dbVersionDifferent
public boolean dbVersionDifferent()if we need to update this object- Specified by:
dbVersionDifferentin 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:
dbVersionResetin interfaceGcDbVersionable
-
equalsDeep
-
storePrepare
public void storePrepare() -
toString
-