Class GrouperDataFieldAssignHst
java.lang.Object
edu.internet2.middleware.grouper.dataField.GrouperDataFieldAssignHst
- All Implemented Interfaces:
GcDbVersionable,GcSqlAssignPrimaryKey
public class GrouperDataFieldAssignHst
extends Object
implements GcSqlAssignPrimaryKey, GcDbVersionable
-
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) booleanlonglonglongstore the internal id to use when the db access stores the objectvoidsetDataFieldInternalId(long dataFieldInternalId) voidsetEndTime(Long endTime) voidsetInternalId(long internalId) voidsetMemberInternalId(long memberInternalId) voidsetStartTime(Long startTime) voidsetTempInternalIdOnDeck(Long tempInternalIdOnDeck) store the internal id to use when the db access stores the objectvoidsetValueDictionaryInternalId(Long valueDictionaryInternalId) voidsetValueInteger(Long valueInteger) voidtoString()
-
Constructor Details
-
GrouperDataFieldAssignHst
public GrouperDataFieldAssignHst()
-
-
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) -
getDataFieldInternalId
public long getDataFieldInternalId() -
setDataFieldInternalId
public void setDataFieldInternalId(long dataFieldInternalId) -
getMemberInternalId
public long getMemberInternalId() -
setMemberInternalId
public void setMemberInternalId(long memberInternalId) -
getValueInteger
-
setValueInteger
-
getValueDictionaryInternalId
-
setValueDictionaryInternalId
-
getStartTime
-
setStartTime
-
getEndTime
-
setEndTime
-
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
-