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

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

public static class ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResultImpl
extends java.lang.Object
implements ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResult

Default implementation of SelectDeltaNamedGraphInfoResult


Field Summary
 long aclid
          Value for the "aclid" result value
 long createdBy
          Value for the "createdBy" result value
 long id
          Value for the "id" 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 revision
          Value for the "revision" result value
 
Constructor Summary
ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResultImpl()
           
 
Method Summary
 long getAclid()
          Get the "Aclid" result value
 long getCreatedBy()
          Get the "CreatedBy" result value
 long getId()
          Get the "Id" 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 getRevision()
          Get the "Revision" result value
 void setAclid(long aclid)
          Set the "Aclid" result value
 void setCreatedBy(long createdBy)
          Set the "CreatedBy" result value
 void setId(long id)
          Set the "Id" 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 setRevision(long revision)
          Set the "Revision" result value
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public long id
Value for the "id" result value


revision

public long revision
Value for the "revision" result value


aclid

public long aclid
Value for the "aclid" 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.SelectDeltaNamedGraphInfoResultImpl

public ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResultImpl()
Method Detail

getId

public long getId()
Description copied from interface: ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResult
Get the "Id" result value

Specified by:
getId in interface ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResult
Returns:
the "Id" result value

setId

public void setId(long id)
Description copied from interface: ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResult
Set the "Id" result value

Specified by:
setId in interface ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResult
Parameters:
id - the "Id" result value

getRevision

public long getRevision()
Description copied from interface: ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResult
Get the "Revision" result value

Specified by:
getRevision in interface ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResult
Returns:
the "Revision" result value

setRevision

public void setRevision(long revision)
Description copied from interface: ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResult
Set the "Revision" result value

Specified by:
setRevision in interface ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResult
Parameters:
revision - the "Revision" result value

getAclid

public long getAclid()
Description copied from interface: ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResult
Get the "Aclid" result value

Specified by:
getAclid in interface ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResult
Returns:
the "Aclid" result value

setAclid

public void setAclid(long aclid)
Description copied from interface: ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResult
Set the "Aclid" result value

Specified by:
setAclid in interface ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResult
Parameters:
aclid - the "Aclid" result value

getCreatedBy

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

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

setCreatedBy

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

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

getModified

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

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

setModified

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

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

getMetaId

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

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

setMetaId

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

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

getLastModifiedBy

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

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

setLastModifiedBy

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

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


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