org.enhydra.shark.eventaudit.data
Interface ActivityHistoryInfoDOI

All Known Implementing Classes:
ActivityHistoryInfoDO

public interface ActivityHistoryInfoDOI

Interface implemented by ActivityHistoryInfoDO Interface could also be implemented by a (hand-written) Business Layer class which uses ActivityHistoryInfoDO

Since:
DODS Project
Version:
$Revision: 1.13 $
Author:
NN

Method Summary
 void commit()
          Deprecated. Use save() instead.
 void commit(com.lutris.appserver.server.sql.DBTransaction dbt)
          Deprecated. Use save() instead.
 void delete()
          Deletes the DO from its table.
 void delete(com.lutris.appserver.server.sql.DBTransaction dbt)
          Deletes the DO from its table.
 java.lang.String getAcceptedByUsername()
          Get AcceptedByUsername of the SHKActivityHistoryInfo
 long getAcceptedTime()
          Get AcceptedTime of the SHKActivityHistoryInfo
 long getAcceptedTimeTZO()
          Get AcceptedTimeTZO of the SHKActivityHistoryInfo
 java.lang.String getActivityDefinitionId()
          Get ActivityDefinitionId of the SHKActivityHistoryInfo
 java.lang.String getActivityDefinitionName()
          Get ActivityDefinitionName of the SHKActivityHistoryInfo
 int getActivityDefinitionType()
          Get ActivityDefinitionType of the SHKActivityHistoryInfo
 long getActivityDuration()
          Get ActivityDuration of the SHKActivityHistoryInfo
 java.lang.String getActivityId()
          Get ActivityId of the SHKActivityHistoryInfo
 java.lang.String getActivityName()
          Get ActivityName of the SHKActivityHistoryInfo
 java.lang.String getClosedByUsername()
          Get ClosedByUsername of the SHKActivityHistoryInfo
 long getClosedTime()
          Get ClosedTime of the SHKActivityHistoryInfo
 long getClosedTimeTZO()
          Get ClosedTimeTZO of the SHKActivityHistoryInfo
 java.lang.String getCreatedByUsername()
          Get CreatedByUsername of the SHKActivityHistoryInfo
 long getCreatedTime()
          Get CreatedTime of the SHKActivityHistoryInfo
 long getCreatedTimeTZO()
          Get CreatedTimeTZO of the SHKActivityHistoryInfo
 java.lang.String getCurrentUsername()
          Get CurrentUsername of the SHKActivityHistoryInfo
 java.lang.String getLastState()
          Get LastState of the SHKActivityHistoryInfo
 long getLastStateTime()
          Get LastStateTime of the SHKActivityHistoryInfo
 long getLastStateTimeTZO()
          Get LastStateTimeTZO of the SHKActivityHistoryInfo
 java.lang.String getPackageId()
          Get PackageId of the SHKActivityHistoryInfo
 java.lang.String getProcessDefinitionId()
          Get ProcessDefinitionId of the SHKActivityHistoryInfo
 java.lang.String getProcessDefinitionName()
          Get ProcessDefinitionName of the SHKActivityHistoryInfo
 java.lang.String getProcessFactoryName()
          Get ProcessFactoryName of the SHKActivityHistoryInfo
 java.lang.String getProcessFactoryVersion()
          Get ProcessFactoryVersion of the SHKActivityHistoryInfo
 java.lang.String getProcessId()
          Get ProcessId of the SHKActivityHistoryInfo
 java.lang.String getProcessName()
          Get ProcessName of the SHKActivityHistoryInfo
 java.lang.String getRejectedByUsername()
          Get RejectedByUsername of the SHKActivityHistoryInfo
 long getRejectedTime()
          Get RejectedTime of the SHKActivityHistoryInfo
 long getRejectedTimeTZO()
          Get RejectedTimeTZO of the SHKActivityHistoryInfo
 java.lang.String getResumedByUsername()
          Get ResumedByUsername of the SHKActivityHistoryInfo
 long getResumedTime()
          Get ResumedTime of the SHKActivityHistoryInfo
 long getResumedTimeTZO()
          Get ResumedTimeTZO of the SHKActivityHistoryInfo
 java.lang.String getStartedByUsername()
          Get StartedByUsername of the SHKActivityHistoryInfo
 long getStartedTime()
          Get StartedTime of the SHKActivityHistoryInfo
 long getStartedTimeTZO()
          Get StartedTimeTZO of the SHKActivityHistoryInfo
 java.lang.String getSuspendedByUsername()
          Get SuspendedByUsername of the SHKActivityHistoryInfo
 long getSuspendedTime()
          Get SuspendedTime of the SHKActivityHistoryInfo
 long getSuspendedTimeTZO()
          Get SuspendedTimeTZO of the SHKActivityHistoryInfo
 void save()
          Inserts/Updates the DO into its table.
 void save(com.lutris.appserver.server.sql.DBTransaction dbt)
          Inserts/Updates the DO into its table.
 void setAcceptedByUsername(java.lang.String AcceptedByUsername)
          Set AcceptedByUsername of the SHKActivityHistoryInfo
 void setAcceptedTime(long AcceptedTime)
          Set AcceptedTime of the SHKActivityHistoryInfo
 void setAcceptedTimeTZO(long AcceptedTimeTZO)
          Set AcceptedTimeTZO of the SHKActivityHistoryInfo
 void setActivityDefinitionId(java.lang.String ActivityDefinitionId)
          Set ActivityDefinitionId of the SHKActivityHistoryInfo
 void setActivityDefinitionName(java.lang.String ActivityDefinitionName)
          Set ActivityDefinitionName of the SHKActivityHistoryInfo
 void setActivityDefinitionType(int ActivityDefinitionType)
          Set ActivityDefinitionType of the SHKActivityHistoryInfo
 void setActivityDuration(long ActivityDuration)
          Set ActivityDuration of the SHKActivityHistoryInfo
 void setActivityId(java.lang.String ActivityId)
          Set ActivityId of the SHKActivityHistoryInfo
 void setActivityName(java.lang.String ActivityName)
          Set ActivityName of the SHKActivityHistoryInfo
 void setClosedByUsername(java.lang.String ClosedByUsername)
          Set ClosedByUsername of the SHKActivityHistoryInfo
 void setClosedTime(long ClosedTime)
          Set ClosedTime of the SHKActivityHistoryInfo
 void setClosedTimeTZO(long ClosedTimeTZO)
          Set ClosedTimeTZO of the SHKActivityHistoryInfo
 void setCreatedByUsername(java.lang.String CreatedByUsername)
          Set CreatedByUsername of the SHKActivityHistoryInfo
 void setCreatedTime(long CreatedTime)
          Set CreatedTime of the SHKActivityHistoryInfo
 void setCreatedTimeTZO(long CreatedTimeTZO)
          Set CreatedTimeTZO of the SHKActivityHistoryInfo
 void setCurrentUsername(java.lang.String CurrentUsername)
          Set CurrentUsername of the SHKActivityHistoryInfo
 void setLastState(java.lang.String LastState)
          Set LastState of the SHKActivityHistoryInfo
 void setLastStateTime(long LastStateTime)
          Set LastStateTime of the SHKActivityHistoryInfo
 void setLastStateTimeTZO(long LastStateTimeTZO)
          Set LastStateTimeTZO of the SHKActivityHistoryInfo
 void setPackageId(java.lang.String PackageId)
          Set PackageId of the SHKActivityHistoryInfo
 void setProcessDefinitionId(java.lang.String ProcessDefinitionId)
          Set ProcessDefinitionId of the SHKActivityHistoryInfo
 void setProcessDefinitionName(java.lang.String ProcessDefinitionName)
          Set ProcessDefinitionName of the SHKActivityHistoryInfo
 void setProcessFactoryName(java.lang.String ProcessFactoryName)
          Set ProcessFactoryName of the SHKActivityHistoryInfo
 void setProcessFactoryVersion(java.lang.String ProcessFactoryVersion)
          Set ProcessFactoryVersion of the SHKActivityHistoryInfo
 void setProcessId(java.lang.String ProcessId)
          Set ProcessId of the SHKActivityHistoryInfo
 void setProcessName(java.lang.String ProcessName)
          Set ProcessName of the SHKActivityHistoryInfo
 void setRejectedByUsername(java.lang.String RejectedByUsername)
          Set RejectedByUsername of the SHKActivityHistoryInfo
 void setRejectedTime(long RejectedTime)
          Set RejectedTime of the SHKActivityHistoryInfo
 void setRejectedTimeTZO(long RejectedTimeTZO)
          Set RejectedTimeTZO of the SHKActivityHistoryInfo
 void setResumedByUsername(java.lang.String ResumedByUsername)
          Set ResumedByUsername of the SHKActivityHistoryInfo
 void setResumedTime(long ResumedTime)
          Set ResumedTime of the SHKActivityHistoryInfo
 void setResumedTimeTZO(long ResumedTimeTZO)
          Set ResumedTimeTZO of the SHKActivityHistoryInfo
 void setStartedByUsername(java.lang.String StartedByUsername)
          Set StartedByUsername of the SHKActivityHistoryInfo
 void setStartedTime(long StartedTime)
          Set StartedTime of the SHKActivityHistoryInfo
 void setStartedTimeTZO(long StartedTimeTZO)
          Set StartedTimeTZO of the SHKActivityHistoryInfo
 void setSuspendedByUsername(java.lang.String SuspendedByUsername)
          Set SuspendedByUsername of the SHKActivityHistoryInfo
 void setSuspendedTime(long SuspendedTime)
          Set SuspendedTime of the SHKActivityHistoryInfo
 void setSuspendedTimeTZO(long SuspendedTimeTZO)
          Set SuspendedTimeTZO of the SHKActivityHistoryInfo
 

Method Detail

getProcessId

java.lang.String getProcessId()
                              throws com.lutris.dods.builder.generator.query.DataObjectException
Get ProcessId of the SHKActivityHistoryInfo

Returns:
ProcessId of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setProcessId

void setProcessId(java.lang.String ProcessId)
                  throws com.lutris.dods.builder.generator.query.DataObjectException
Set ProcessId of the SHKActivityHistoryInfo

Parameters:
ProcessId - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getProcessName

java.lang.String getProcessName()
                                throws com.lutris.dods.builder.generator.query.DataObjectException
Get ProcessName of the SHKActivityHistoryInfo

Returns:
ProcessName of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setProcessName

void setProcessName(java.lang.String ProcessName)
                    throws com.lutris.dods.builder.generator.query.DataObjectException
Set ProcessName of the SHKActivityHistoryInfo

Parameters:
ProcessName - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getProcessFactoryName

java.lang.String getProcessFactoryName()
                                       throws com.lutris.dods.builder.generator.query.DataObjectException
Get ProcessFactoryName of the SHKActivityHistoryInfo

Returns:
ProcessFactoryName of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setProcessFactoryName

void setProcessFactoryName(java.lang.String ProcessFactoryName)
                           throws com.lutris.dods.builder.generator.query.DataObjectException
Set ProcessFactoryName of the SHKActivityHistoryInfo

Parameters:
ProcessFactoryName - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getProcessFactoryVersion

java.lang.String getProcessFactoryVersion()
                                          throws com.lutris.dods.builder.generator.query.DataObjectException
Get ProcessFactoryVersion of the SHKActivityHistoryInfo

Returns:
ProcessFactoryVersion of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setProcessFactoryVersion

void setProcessFactoryVersion(java.lang.String ProcessFactoryVersion)
                              throws com.lutris.dods.builder.generator.query.DataObjectException
Set ProcessFactoryVersion of the SHKActivityHistoryInfo

Parameters:
ProcessFactoryVersion - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getProcessDefinitionId

java.lang.String getProcessDefinitionId()
                                        throws com.lutris.dods.builder.generator.query.DataObjectException
Get ProcessDefinitionId of the SHKActivityHistoryInfo

Returns:
ProcessDefinitionId of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setProcessDefinitionId

void setProcessDefinitionId(java.lang.String ProcessDefinitionId)
                            throws com.lutris.dods.builder.generator.query.DataObjectException
Set ProcessDefinitionId of the SHKActivityHistoryInfo

Parameters:
ProcessDefinitionId - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getProcessDefinitionName

java.lang.String getProcessDefinitionName()
                                          throws com.lutris.dods.builder.generator.query.DataObjectException
Get ProcessDefinitionName of the SHKActivityHistoryInfo

Returns:
ProcessDefinitionName of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setProcessDefinitionName

void setProcessDefinitionName(java.lang.String ProcessDefinitionName)
                              throws com.lutris.dods.builder.generator.query.DataObjectException
Set ProcessDefinitionName of the SHKActivityHistoryInfo

Parameters:
ProcessDefinitionName - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getPackageId

java.lang.String getPackageId()
                              throws com.lutris.dods.builder.generator.query.DataObjectException
Get PackageId of the SHKActivityHistoryInfo

Returns:
PackageId of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setPackageId

void setPackageId(java.lang.String PackageId)
                  throws com.lutris.dods.builder.generator.query.DataObjectException
Set PackageId of the SHKActivityHistoryInfo

Parameters:
PackageId - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getActivityId

java.lang.String getActivityId()
                               throws com.lutris.dods.builder.generator.query.DataObjectException
Get ActivityId of the SHKActivityHistoryInfo

Returns:
ActivityId of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setActivityId

void setActivityId(java.lang.String ActivityId)
                   throws com.lutris.dods.builder.generator.query.DataObjectException
Set ActivityId of the SHKActivityHistoryInfo

Parameters:
ActivityId - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getActivityName

java.lang.String getActivityName()
                                 throws com.lutris.dods.builder.generator.query.DataObjectException
Get ActivityName of the SHKActivityHistoryInfo

Returns:
ActivityName of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setActivityName

void setActivityName(java.lang.String ActivityName)
                     throws com.lutris.dods.builder.generator.query.DataObjectException
Set ActivityName of the SHKActivityHistoryInfo

Parameters:
ActivityName - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getActivityDefinitionId

java.lang.String getActivityDefinitionId()
                                         throws com.lutris.dods.builder.generator.query.DataObjectException
Get ActivityDefinitionId of the SHKActivityHistoryInfo

Returns:
ActivityDefinitionId of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setActivityDefinitionId

void setActivityDefinitionId(java.lang.String ActivityDefinitionId)
                             throws com.lutris.dods.builder.generator.query.DataObjectException
Set ActivityDefinitionId of the SHKActivityHistoryInfo

Parameters:
ActivityDefinitionId - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getActivityDefinitionName

java.lang.String getActivityDefinitionName()
                                           throws com.lutris.dods.builder.generator.query.DataObjectException
Get ActivityDefinitionName of the SHKActivityHistoryInfo

Returns:
ActivityDefinitionName of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setActivityDefinitionName

void setActivityDefinitionName(java.lang.String ActivityDefinitionName)
                               throws com.lutris.dods.builder.generator.query.DataObjectException
Set ActivityDefinitionName of the SHKActivityHistoryInfo

Parameters:
ActivityDefinitionName - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getActivityDefinitionType

int getActivityDefinitionType()
                              throws com.lutris.dods.builder.generator.query.DataObjectException
Get ActivityDefinitionType of the SHKActivityHistoryInfo

Returns:
ActivityDefinitionType of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setActivityDefinitionType

void setActivityDefinitionType(int ActivityDefinitionType)
                               throws com.lutris.dods.builder.generator.query.DataObjectException
Set ActivityDefinitionType of the SHKActivityHistoryInfo

Parameters:
ActivityDefinitionType - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getCreatedTime

long getCreatedTime()
                    throws com.lutris.dods.builder.generator.query.DataObjectException
Get CreatedTime of the SHKActivityHistoryInfo

Returns:
CreatedTime of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setCreatedTime

void setCreatedTime(long CreatedTime)
                    throws com.lutris.dods.builder.generator.query.DataObjectException
Set CreatedTime of the SHKActivityHistoryInfo

Parameters:
CreatedTime - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getCreatedTimeTZO

long getCreatedTimeTZO()
                       throws com.lutris.dods.builder.generator.query.DataObjectException
Get CreatedTimeTZO of the SHKActivityHistoryInfo

Returns:
CreatedTimeTZO of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setCreatedTimeTZO

void setCreatedTimeTZO(long CreatedTimeTZO)
                       throws com.lutris.dods.builder.generator.query.DataObjectException
Set CreatedTimeTZO of the SHKActivityHistoryInfo

Parameters:
CreatedTimeTZO - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getStartedTime

long getStartedTime()
                    throws com.lutris.dods.builder.generator.query.DataObjectException
Get StartedTime of the SHKActivityHistoryInfo

Returns:
StartedTime of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setStartedTime

void setStartedTime(long StartedTime)
                    throws com.lutris.dods.builder.generator.query.DataObjectException
Set StartedTime of the SHKActivityHistoryInfo

Parameters:
StartedTime - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getStartedTimeTZO

long getStartedTimeTZO()
                       throws com.lutris.dods.builder.generator.query.DataObjectException
Get StartedTimeTZO of the SHKActivityHistoryInfo

Returns:
StartedTimeTZO of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setStartedTimeTZO

void setStartedTimeTZO(long StartedTimeTZO)
                       throws com.lutris.dods.builder.generator.query.DataObjectException
Set StartedTimeTZO of the SHKActivityHistoryInfo

Parameters:
StartedTimeTZO - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getSuspendedTime

long getSuspendedTime()
                      throws com.lutris.dods.builder.generator.query.DataObjectException
Get SuspendedTime of the SHKActivityHistoryInfo

Returns:
SuspendedTime of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setSuspendedTime

void setSuspendedTime(long SuspendedTime)
                      throws com.lutris.dods.builder.generator.query.DataObjectException
Set SuspendedTime of the SHKActivityHistoryInfo

Parameters:
SuspendedTime - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getSuspendedTimeTZO

long getSuspendedTimeTZO()
                         throws com.lutris.dods.builder.generator.query.DataObjectException
Get SuspendedTimeTZO of the SHKActivityHistoryInfo

Returns:
SuspendedTimeTZO of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setSuspendedTimeTZO

void setSuspendedTimeTZO(long SuspendedTimeTZO)
                         throws com.lutris.dods.builder.generator.query.DataObjectException
Set SuspendedTimeTZO of the SHKActivityHistoryInfo

Parameters:
SuspendedTimeTZO - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getResumedTime

long getResumedTime()
                    throws com.lutris.dods.builder.generator.query.DataObjectException
Get ResumedTime of the SHKActivityHistoryInfo

Returns:
ResumedTime of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setResumedTime

void setResumedTime(long ResumedTime)
                    throws com.lutris.dods.builder.generator.query.DataObjectException
Set ResumedTime of the SHKActivityHistoryInfo

Parameters:
ResumedTime - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getResumedTimeTZO

long getResumedTimeTZO()
                       throws com.lutris.dods.builder.generator.query.DataObjectException
Get ResumedTimeTZO of the SHKActivityHistoryInfo

Returns:
ResumedTimeTZO of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setResumedTimeTZO

void setResumedTimeTZO(long ResumedTimeTZO)
                       throws com.lutris.dods.builder.generator.query.DataObjectException
Set ResumedTimeTZO of the SHKActivityHistoryInfo

Parameters:
ResumedTimeTZO - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getAcceptedTime

long getAcceptedTime()
                     throws com.lutris.dods.builder.generator.query.DataObjectException
Get AcceptedTime of the SHKActivityHistoryInfo

Returns:
AcceptedTime of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setAcceptedTime

void setAcceptedTime(long AcceptedTime)
                     throws com.lutris.dods.builder.generator.query.DataObjectException
Set AcceptedTime of the SHKActivityHistoryInfo

Parameters:
AcceptedTime - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getAcceptedTimeTZO

long getAcceptedTimeTZO()
                        throws com.lutris.dods.builder.generator.query.DataObjectException
Get AcceptedTimeTZO of the SHKActivityHistoryInfo

Returns:
AcceptedTimeTZO of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setAcceptedTimeTZO

void setAcceptedTimeTZO(long AcceptedTimeTZO)
                        throws com.lutris.dods.builder.generator.query.DataObjectException
Set AcceptedTimeTZO of the SHKActivityHistoryInfo

Parameters:
AcceptedTimeTZO - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getRejectedTime

long getRejectedTime()
                     throws com.lutris.dods.builder.generator.query.DataObjectException
Get RejectedTime of the SHKActivityHistoryInfo

Returns:
RejectedTime of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setRejectedTime

void setRejectedTime(long RejectedTime)
                     throws com.lutris.dods.builder.generator.query.DataObjectException
Set RejectedTime of the SHKActivityHistoryInfo

Parameters:
RejectedTime - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getRejectedTimeTZO

long getRejectedTimeTZO()
                        throws com.lutris.dods.builder.generator.query.DataObjectException
Get RejectedTimeTZO of the SHKActivityHistoryInfo

Returns:
RejectedTimeTZO of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setRejectedTimeTZO

void setRejectedTimeTZO(long RejectedTimeTZO)
                        throws com.lutris.dods.builder.generator.query.DataObjectException
Set RejectedTimeTZO of the SHKActivityHistoryInfo

Parameters:
RejectedTimeTZO - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getClosedTime

long getClosedTime()
                   throws com.lutris.dods.builder.generator.query.DataObjectException
Get ClosedTime of the SHKActivityHistoryInfo

Returns:
ClosedTime of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setClosedTime

void setClosedTime(long ClosedTime)
                   throws com.lutris.dods.builder.generator.query.DataObjectException
Set ClosedTime of the SHKActivityHistoryInfo

Parameters:
ClosedTime - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getClosedTimeTZO

long getClosedTimeTZO()
                      throws com.lutris.dods.builder.generator.query.DataObjectException
Get ClosedTimeTZO of the SHKActivityHistoryInfo

Returns:
ClosedTimeTZO of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setClosedTimeTZO

void setClosedTimeTZO(long ClosedTimeTZO)
                      throws com.lutris.dods.builder.generator.query.DataObjectException
Set ClosedTimeTZO of the SHKActivityHistoryInfo

Parameters:
ClosedTimeTZO - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getCreatedByUsername

java.lang.String getCreatedByUsername()
                                      throws com.lutris.dods.builder.generator.query.DataObjectException
Get CreatedByUsername of the SHKActivityHistoryInfo

Returns:
CreatedByUsername of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setCreatedByUsername

void setCreatedByUsername(java.lang.String CreatedByUsername)
                          throws com.lutris.dods.builder.generator.query.DataObjectException
Set CreatedByUsername of the SHKActivityHistoryInfo

Parameters:
CreatedByUsername - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getStartedByUsername

java.lang.String getStartedByUsername()
                                      throws com.lutris.dods.builder.generator.query.DataObjectException
Get StartedByUsername of the SHKActivityHistoryInfo

Returns:
StartedByUsername of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setStartedByUsername

void setStartedByUsername(java.lang.String StartedByUsername)
                          throws com.lutris.dods.builder.generator.query.DataObjectException
Set StartedByUsername of the SHKActivityHistoryInfo

Parameters:
StartedByUsername - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getSuspendedByUsername

java.lang.String getSuspendedByUsername()
                                        throws com.lutris.dods.builder.generator.query.DataObjectException
Get SuspendedByUsername of the SHKActivityHistoryInfo

Returns:
SuspendedByUsername of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setSuspendedByUsername

void setSuspendedByUsername(java.lang.String SuspendedByUsername)
                            throws com.lutris.dods.builder.generator.query.DataObjectException
Set SuspendedByUsername of the SHKActivityHistoryInfo

Parameters:
SuspendedByUsername - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getResumedByUsername

java.lang.String getResumedByUsername()
                                      throws com.lutris.dods.builder.generator.query.DataObjectException
Get ResumedByUsername of the SHKActivityHistoryInfo

Returns:
ResumedByUsername of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setResumedByUsername

void setResumedByUsername(java.lang.String ResumedByUsername)
                          throws com.lutris.dods.builder.generator.query.DataObjectException
Set ResumedByUsername of the SHKActivityHistoryInfo

Parameters:
ResumedByUsername - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getAcceptedByUsername

java.lang.String getAcceptedByUsername()
                                       throws com.lutris.dods.builder.generator.query.DataObjectException
Get AcceptedByUsername of the SHKActivityHistoryInfo

Returns:
AcceptedByUsername of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setAcceptedByUsername

void setAcceptedByUsername(java.lang.String AcceptedByUsername)
                           throws com.lutris.dods.builder.generator.query.DataObjectException
Set AcceptedByUsername of the SHKActivityHistoryInfo

Parameters:
AcceptedByUsername - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getRejectedByUsername

java.lang.String getRejectedByUsername()
                                       throws com.lutris.dods.builder.generator.query.DataObjectException
Get RejectedByUsername of the SHKActivityHistoryInfo

Returns:
RejectedByUsername of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setRejectedByUsername

void setRejectedByUsername(java.lang.String RejectedByUsername)
                           throws com.lutris.dods.builder.generator.query.DataObjectException
Set RejectedByUsername of the SHKActivityHistoryInfo

Parameters:
RejectedByUsername - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getClosedByUsername

java.lang.String getClosedByUsername()
                                     throws com.lutris.dods.builder.generator.query.DataObjectException
Get ClosedByUsername of the SHKActivityHistoryInfo

Returns:
ClosedByUsername of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setClosedByUsername

void setClosedByUsername(java.lang.String ClosedByUsername)
                         throws com.lutris.dods.builder.generator.query.DataObjectException
Set ClosedByUsername of the SHKActivityHistoryInfo

Parameters:
ClosedByUsername - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getCurrentUsername

java.lang.String getCurrentUsername()
                                    throws com.lutris.dods.builder.generator.query.DataObjectException
Get CurrentUsername of the SHKActivityHistoryInfo

Returns:
CurrentUsername of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setCurrentUsername

void setCurrentUsername(java.lang.String CurrentUsername)
                        throws com.lutris.dods.builder.generator.query.DataObjectException
Set CurrentUsername of the SHKActivityHistoryInfo

Parameters:
CurrentUsername - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getLastState

java.lang.String getLastState()
                              throws com.lutris.dods.builder.generator.query.DataObjectException
Get LastState of the SHKActivityHistoryInfo

Returns:
LastState of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setLastState

void setLastState(java.lang.String LastState)
                  throws com.lutris.dods.builder.generator.query.DataObjectException
Set LastState of the SHKActivityHistoryInfo

Parameters:
LastState - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getLastStateTime

long getLastStateTime()
                      throws com.lutris.dods.builder.generator.query.DataObjectException
Get LastStateTime of the SHKActivityHistoryInfo

Returns:
LastStateTime of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setLastStateTime

void setLastStateTime(long LastStateTime)
                      throws com.lutris.dods.builder.generator.query.DataObjectException
Set LastStateTime of the SHKActivityHistoryInfo

Parameters:
LastStateTime - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getLastStateTimeTZO

long getLastStateTimeTZO()
                         throws com.lutris.dods.builder.generator.query.DataObjectException
Get LastStateTimeTZO of the SHKActivityHistoryInfo

Returns:
LastStateTimeTZO of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setLastStateTimeTZO

void setLastStateTimeTZO(long LastStateTimeTZO)
                         throws com.lutris.dods.builder.generator.query.DataObjectException
Set LastStateTimeTZO of the SHKActivityHistoryInfo

Parameters:
LastStateTimeTZO - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getActivityDuration

long getActivityDuration()
                         throws com.lutris.dods.builder.generator.query.DataObjectException
Get ActivityDuration of the SHKActivityHistoryInfo

Returns:
ActivityDuration of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setActivityDuration

void setActivityDuration(long ActivityDuration)
                         throws com.lutris.dods.builder.generator.query.DataObjectException
Set ActivityDuration of the SHKActivityHistoryInfo

Parameters:
ActivityDuration - of the SHKActivityHistoryInfo
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

save

void save()
          throws java.sql.SQLException,
                 com.lutris.appserver.server.sql.DatabaseManagerException,
                 com.lutris.dods.builder.generator.query.DataObjectException,
                 com.lutris.dods.builder.generator.query.RefAssertionException,
                 com.lutris.appserver.server.sql.DBRowUpdateException,
                 com.lutris.dods.builder.generator.query.QueryException
Inserts/Updates the DO into its table.

Throws:
java.sql.SQLException - if any SQL errors occur.
com.lutris.appserver.server.sql.DatabaseManagerException - if a Transaction can not be created.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.RefAssertionException - thrown by okTo method.
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException

save

void save(com.lutris.appserver.server.sql.DBTransaction dbt)
          throws java.sql.SQLException,
                 com.lutris.appserver.server.sql.DatabaseManagerException,
                 com.lutris.dods.builder.generator.query.DataObjectException,
                 com.lutris.dods.builder.generator.query.RefAssertionException,
                 com.lutris.appserver.server.sql.DBRowUpdateException,
                 com.lutris.dods.builder.generator.query.QueryException
Inserts/Updates the DO into its table. The transaction is likely provided by the save() method of another DO which references this DO.

Parameters:
dbt - The transaction object to use for this operation.
Throws:
com.lutris.appserver.server.sql.DatabaseManagerException - if a Transaction can not be created.
com.lutris.appserver.server.sql.DBRowUpdateException - if a version error occurs.
com.lutris.dods.builder.generator.query.RefAssertionException - thrown by okTo method.
java.sql.SQLException - if any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.QueryException

commit

void commit()
            throws java.sql.SQLException,
                   com.lutris.appserver.server.sql.DatabaseManagerException,
                   com.lutris.dods.builder.generator.query.DataObjectException,
                   com.lutris.dods.builder.generator.query.RefAssertionException,
                   com.lutris.appserver.server.sql.DBRowUpdateException,
                   com.lutris.dods.builder.generator.query.QueryException
Deprecated. Use save() instead.

Inserts/Updates the DO into its table.

Throws:
com.lutris.appserver.server.sql.DatabaseManagerException - if a Transaction can not be created.
com.lutris.dods.builder.generator.query.RefAssertionException - thrown by okTo method.
java.sql.SQLException - if any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException

commit

void commit(com.lutris.appserver.server.sql.DBTransaction dbt)
            throws java.sql.SQLException,
                   com.lutris.appserver.server.sql.DatabaseManagerException,
                   com.lutris.dods.builder.generator.query.DataObjectException,
                   com.lutris.dods.builder.generator.query.RefAssertionException,
                   com.lutris.appserver.server.sql.DBRowUpdateException,
                   com.lutris.dods.builder.generator.query.QueryException
Deprecated. Use save() instead.

Inserts/Updates the DO into its table. The transaction is likely provided by the commit() method of another DO which references this DO.

Parameters:
dbt - The transaction object to use for this operation.
Throws:
com.lutris.appserver.server.sql.DatabaseManagerException - if a Transaction can not be created.
com.lutris.appserver.server.sql.DBRowUpdateException - if a version error occurs.
com.lutris.dods.builder.generator.query.RefAssertionException - thrown by okTo method.
java.sql.SQLException - if any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.QueryException

delete

void delete()
            throws java.sql.SQLException,
                   com.lutris.appserver.server.sql.DatabaseManagerException,
                   com.lutris.dods.builder.generator.query.DataObjectException,
                   com.lutris.dods.builder.generator.query.RefAssertionException,
                   com.lutris.appserver.server.sql.DBRowUpdateException,
                   com.lutris.dods.builder.generator.query.QueryException
Deletes the DO from its table.

Throws:
com.lutris.appserver.server.sql.DatabaseManagerException - if a Transaction can not be created.
com.lutris.dods.builder.generator.query.RefAssertionException - thrown by okTo method.
java.sql.SQLException - if any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException

delete

void delete(com.lutris.appserver.server.sql.DBTransaction dbt)
            throws java.sql.SQLException,
                   com.lutris.appserver.server.sql.DatabaseManagerException,
                   com.lutris.dods.builder.generator.query.DataObjectException,
                   com.lutris.dods.builder.generator.query.RefAssertionException,
                   com.lutris.appserver.server.sql.DBRowUpdateException,
                   com.lutris.dods.builder.generator.query.QueryException
Deletes the DO from its table. The transaction is likely provided by the delete() method of another DO which references this DO.

Parameters:
dbt - The transaction object to use for this operation.
Throws:
com.lutris.appserver.server.sql.DatabaseManagerException - if a Transaction can not be created.
com.lutris.appserver.server.sql.DBRowUpdateException - if a version error occurs.
com.lutris.dods.builder.generator.query.RefAssertionException - thrown by okTo method.
java.sql.SQLException - if any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.QueryException