org.openanzo.server.repository.rdb.sql
Class ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResultImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResultImpl
All Implemented Interfaces:
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Enclosing class:
ReplicationRdbWrapper

public static class ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResultImpl
extends java.lang.Object
implements ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult

Default implementation of SelectNamedGraphsStatementsDeltasResult


Field Summary
 long createdBy
          Value for the "createdBy" result value
 long lastModifiedBy
          Value for the "lastModifiedBy" result value
 long metaId
          Value for the "metaId" result value
 java.lang.Long modified
          Value for the "modified" result value
 long newAclId
          Value for the "newAclId" result value
 long newId
          Value for the "newId" result value
 long newRevision
          Value for the "newRevision" result value
 long oldAclId
          Value for the "oldAclId" result value
 long oldId
          Value for the "oldId" result value
 long oldRevision
          Value for the "oldRevision" result value
 
Constructor Summary
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResultImpl()
           
 
Method Summary
 long getCreatedBy()
          Get the "CreatedBy" result value
 long getLastModifiedBy()
          Get the "LastModifiedBy" result value
 long getMetaId()
          Get the "MetaId" result value
 java.lang.Long getModified()
          Get the "Modified" result value
 long getNewAclId()
          Get the "NewAclId" result value
 long getNewId()
          Get the "NewId" result value
 long getNewRevision()
          Get the "NewRevision" result value
 long getOldAclId()
          Get the "OldAclId" result value
 long getOldId()
          Get the "OldId" result value
 long getOldRevision()
          Get the "OldRevision" result value
 void setCreatedBy(long createdBy)
          Set the "CreatedBy" result value
 void setLastModifiedBy(long lastModifiedBy)
          Set the "LastModifiedBy" result value
 void setMetaId(long metaId)
          Set the "MetaId" result value
 void setModified(java.lang.Long modified)
          Set the "Modified" result value
 void setNewAclId(long newAclId)
          Set the "NewAclId" result value
 void setNewId(long newId)
          Set the "NewId" result value
 void setNewRevision(long newRevision)
          Set the "NewRevision" result value
 void setOldAclId(long oldAclId)
          Set the "OldAclId" result value
 void setOldId(long oldId)
          Set the "OldId" result value
 void setOldRevision(long oldRevision)
          Set the "OldRevision" result value
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

newId

public long newId
Value for the "newId" result value


oldId

public long oldId
Value for the "oldId" result value


newAclId

public long newAclId
Value for the "newAclId" result value


oldAclId

public long oldAclId
Value for the "oldAclId" result value


newRevision

public long newRevision
Value for the "newRevision" result value


oldRevision

public long oldRevision
Value for the "oldRevision" result value


createdBy

public long createdBy
Value for the "createdBy" result value


modified

public java.lang.Long modified
Value for the "modified" result value


metaId

public long metaId
Value for the "metaId" result value


lastModifiedBy

public long lastModifiedBy
Value for the "lastModifiedBy" result value

Constructor Detail

ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResultImpl

public ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResultImpl()
Method Detail

getNewId

public long getNewId()
Description copied from interface: ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Get the "NewId" result value

Specified by:
getNewId in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Returns:
the "NewId" result value

setNewId

public void setNewId(long newId)
Description copied from interface: ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Set the "NewId" result value

Specified by:
setNewId in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Parameters:
newId - the "NewId" result value

getOldId

public long getOldId()
Description copied from interface: ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Get the "OldId" result value

Specified by:
getOldId in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Returns:
the "OldId" result value

setOldId

public void setOldId(long oldId)
Description copied from interface: ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Set the "OldId" result value

Specified by:
setOldId in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Parameters:
oldId - the "OldId" result value

getNewAclId

public long getNewAclId()
Description copied from interface: ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Get the "NewAclId" result value

Specified by:
getNewAclId in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Returns:
the "NewAclId" result value

setNewAclId

public void setNewAclId(long newAclId)
Description copied from interface: ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Set the "NewAclId" result value

Specified by:
setNewAclId in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Parameters:
newAclId - the "NewAclId" result value

getOldAclId

public long getOldAclId()
Description copied from interface: ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Get the "OldAclId" result value

Specified by:
getOldAclId in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Returns:
the "OldAclId" result value

setOldAclId

public void setOldAclId(long oldAclId)
Description copied from interface: ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Set the "OldAclId" result value

Specified by:
setOldAclId in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Parameters:
oldAclId - the "OldAclId" result value

getNewRevision

public long getNewRevision()
Description copied from interface: ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Get the "NewRevision" result value

Specified by:
getNewRevision in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Returns:
the "NewRevision" result value

setNewRevision

public void setNewRevision(long newRevision)
Description copied from interface: ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Set the "NewRevision" result value

Specified by:
setNewRevision in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Parameters:
newRevision - the "NewRevision" result value

getOldRevision

public long getOldRevision()
Description copied from interface: ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Get the "OldRevision" result value

Specified by:
getOldRevision in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Returns:
the "OldRevision" result value

setOldRevision

public void setOldRevision(long oldRevision)
Description copied from interface: ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Set the "OldRevision" result value

Specified by:
setOldRevision in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Parameters:
oldRevision - the "OldRevision" result value

getCreatedBy

public long getCreatedBy()
Description copied from interface: ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Get the "CreatedBy" result value

Specified by:
getCreatedBy in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Returns:
the "CreatedBy" result value

setCreatedBy

public void setCreatedBy(long createdBy)
Description copied from interface: ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Set the "CreatedBy" result value

Specified by:
setCreatedBy in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Parameters:
createdBy - the "CreatedBy" result value

getModified

public java.lang.Long getModified()
Description copied from interface: ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Get the "Modified" result value

Specified by:
getModified in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Returns:
the "Modified" result value

setModified

public void setModified(java.lang.Long modified)
Description copied from interface: ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Set the "Modified" result value

Specified by:
setModified in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Parameters:
modified - the "Modified" result value

getMetaId

public long getMetaId()
Description copied from interface: ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Get the "MetaId" result value

Specified by:
getMetaId in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Returns:
the "MetaId" result value

setMetaId

public void setMetaId(long metaId)
Description copied from interface: ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Set the "MetaId" result value

Specified by:
setMetaId in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Parameters:
metaId - the "MetaId" result value

getLastModifiedBy

public long getLastModifiedBy()
Description copied from interface: ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Get the "LastModifiedBy" result value

Specified by:
getLastModifiedBy in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Returns:
the "LastModifiedBy" result value

setLastModifiedBy

public void setLastModifiedBy(long lastModifiedBy)
Description copied from interface: ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Set the "LastModifiedBy" result value

Specified by:
setLastModifiedBy in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
Parameters:
lastModifiedBy - the "LastModifiedBy" result value


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.