Class GrouperDataRowAssign
java.lang.Object
edu.internet2.middleware.grouper.dataField.GrouperDataRowAssign
- All Implemented Interfaces:
GcDbVersionable,GcSqlAssignPrimaryKey
loader config for grouper data row assign
-
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) booleanlonglonglonglongstore the internal id to use when the db access stores the objectvoidsetCreatedOn(Timestamp createdOn) voidsetDataProviderInternalId(long dataProviderInternalId) voidsetDataRowInternalId(long dataRowInternalId) voidsetInternalId(long internalId) voidsetLastUpdated(Long lastUpdated) voidsetMemberInternalId(long memberInternalId) voidsetTempInternalIdOnDeck(Long tempInternalIdOnDeck) store the internal id to use when the db access stores the objectvoidtoString()
-
Constructor Details
-
GrouperDataRowAssign
public GrouperDataRowAssign()
-
-
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-
-
getInternalId
public long getInternalId() -
setInternalId
public void setInternalId(long internalId) -
getCreatedOn
-
setCreatedOn
-
getLastUpdated
-
setLastUpdated
-
getDataRowInternalId
public long getDataRowInternalId() -
setDataRowInternalId
public void setDataRowInternalId(long dataRowInternalId) -
getMemberInternalId
public long getMemberInternalId() -
setMemberInternalId
public void setMemberInternalId(long memberInternalId) -
getDataProviderInternalId
public long getDataProviderInternalId() -
setDataProviderInternalId
public void setDataProviderInternalId(long dataProviderInternalId) -
gcSqlAssignNewPrimaryKeyForInsert
public boolean gcSqlAssignNewPrimaryKeyForInsert()- 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
-
getDbVersion
-