edu.internet2.middleware.grouper.pit
Class GrouperPIT

java.lang.Object
  extended by edu.internet2.middleware.grouper.GrouperAPI
      extended by edu.internet2.middleware.grouper.pit.GrouperPIT
All Implemented Interfaces:
HibGrouperLifecycle, GrouperCloneable, GrouperUtil.FieldValuable, Serializable, org.hibernate.classic.Lifecycle
Direct Known Subclasses:
PITAttributeAssign, PITAttributeAssignAction, PITAttributeAssignActionSet, PITAttributeAssignValue, PITAttributeAssignValueView, PITAttributeDef, PITAttributeDefName, PITAttributeDefNameSet, PITField, PITGroup, PITGroupSet, PITMember, PITMembership, PITRoleSet, PITStem

public abstract class GrouperPIT
extends GrouperAPI

Author:
shilen $Id$
See Also:
Serialized Form

Field Summary
static String COLUMN_ACTIVE
          active
static String COLUMN_END_TIME
          end_time
static String COLUMN_START_TIME
          start_time
static String FIELD_ACTIVE_DB
          constant for field name for: activeDb
static String FIELD_END_TIME_DB
          constant for field name for: endTimeDb
static String FIELD_START_TIME_DB
          constant for field name for: startTimeDb
 
Fields inherited from class edu.internet2.middleware.grouper.GrouperAPI
COLUMN_HIBERNATE_VERSION_NUMBER, FIELD_DB_VERSION, FIELD_HIBERNATE_VERSION_NUMBER, INITIAL_VERSION_NUMBER
 
Fields inherited from interface org.hibernate.classic.Lifecycle
NO_VETO, VETO
 
Constructor Summary
GrouperPIT()
           
 
Method Summary
 String getActiveDb()
           
 Timestamp getEndTime()
           
 Long getEndTimeDb()
           
 Timestamp getStartTime()
           
 Long getStartTimeDb()
           
 boolean isActive()
           
 void setActiveDb(String activeDb)
           
 void setEndTimeDb(Long endTimeDb)
           
 void setStartTimeDb(Long startTimeDb)
           
 
Methods inherited from class edu.internet2.middleware.grouper.GrouperAPI
clone, dbVersion, dbVersionClear, dbVersionDifferentFields, dbVersionIsDifferent, dbVersionReset, fieldValue, getHibernateVersionNumber, onDelete, onLoad, onPostDelete, onPostSave, onPostUpdate, onPreDelete, onPreSave, onPreUpdate, onSave, onUpdate, setHibernateVersionNumber
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLUMN_ACTIVE

public static final String COLUMN_ACTIVE
active

See Also:
Constant Field Values

COLUMN_START_TIME

public static final String COLUMN_START_TIME
start_time

See Also:
Constant Field Values

COLUMN_END_TIME

public static final String COLUMN_END_TIME
end_time

See Also:
Constant Field Values

FIELD_ACTIVE_DB

public static final String FIELD_ACTIVE_DB
constant for field name for: activeDb

See Also:
Constant Field Values

FIELD_START_TIME_DB

public static final String FIELD_START_TIME_DB
constant for field name for: startTimeDb

See Also:
Constant Field Values

FIELD_END_TIME_DB

public static final String FIELD_END_TIME_DB
constant for field name for: endTimeDb

See Also:
Constant Field Values
Constructor Detail

GrouperPIT

public GrouperPIT()
Method Detail

getActiveDb

public String getActiveDb()
Returns:
activeDb

setActiveDb

public void setActiveDb(String activeDb)
Parameters:
activeDb -

getStartTimeDb

public Long getStartTimeDb()
Returns:
startTimeDb

setStartTimeDb

public void setStartTimeDb(Long startTimeDb)
Parameters:
startTimeDb -

getEndTimeDb

public Long getEndTimeDb()
Returns:
endTimeDb

setEndTimeDb

public void setEndTimeDb(Long endTimeDb)
Parameters:
endTimeDb -

isActive

public boolean isActive()
Returns:
true if active

getStartTime

public Timestamp getStartTime()
Returns:
start time

getEndTime

public Timestamp getEndTime()
Returns:
end time