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

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

public static class ReplicationRdbWrapper.SelectCollectionAdditionsResultImpl
extends java.lang.Object
implements ReplicationRdbWrapper.SelectCollectionAdditionsResult

Default implementation of SelectCollectionAdditionsResult


Field Summary
 long aclId
          Value for the "aclId" result value
 long id
          Value for the "id" result value
 long namedgraphid
          Value for the "namedgraphid" result value
 long obj
          Value for the "obj" result value
 long prop
          Value for the "prop" result value
 long revision
          Value for the "revision" result value
 long subj
          Value for the "subj" result value
 
Constructor Summary
ReplicationRdbWrapper.SelectCollectionAdditionsResultImpl()
           
 
Method Summary
 long getAclId()
          Get the "AclId" result value
 long getId()
          Get the "Id" result value
 long getNamedgraphid()
          Get the "Namedgraphid" result value
 long getObj()
          Get the "Obj" result value
 long getProp()
          Get the "Prop" result value
 long getRevision()
          Get the "Revision" result value
 long getSubj()
          Get the "Subj" result value
 void setAclId(long aclId)
          Set the "AclId" result value
 void setId(long id)
          Set the "Id" result value
 void setNamedgraphid(long namedgraphid)
          Set the "Namedgraphid" result value
 void setObj(long obj)
          Set the "Obj" result value
 void setProp(long prop)
          Set the "Prop" result value
 void setRevision(long revision)
          Set the "Revision" result value
 void setSubj(long subj)
          Set the "Subj" 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


subj

public long subj
Value for the "subj" result value


prop

public long prop
Value for the "prop" result value


obj

public long obj
Value for the "obj" result value


namedgraphid

public long namedgraphid
Value for the "namedgraphid" result value


revision

public long revision
Value for the "revision" result value


aclId

public long aclId
Value for the "aclId" result value

Constructor Detail

ReplicationRdbWrapper.SelectCollectionAdditionsResultImpl

public ReplicationRdbWrapper.SelectCollectionAdditionsResultImpl()
Method Detail

getId

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

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

setId

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

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

getSubj

public long getSubj()
Description copied from interface: ReplicationRdbWrapper.SelectCollectionAdditionsResult
Get the "Subj" result value

Specified by:
getSubj in interface ReplicationRdbWrapper.SelectCollectionAdditionsResult
Returns:
the "Subj" result value

setSubj

public void setSubj(long subj)
Description copied from interface: ReplicationRdbWrapper.SelectCollectionAdditionsResult
Set the "Subj" result value

Specified by:
setSubj in interface ReplicationRdbWrapper.SelectCollectionAdditionsResult
Parameters:
subj - the "Subj" result value

getProp

public long getProp()
Description copied from interface: ReplicationRdbWrapper.SelectCollectionAdditionsResult
Get the "Prop" result value

Specified by:
getProp in interface ReplicationRdbWrapper.SelectCollectionAdditionsResult
Returns:
the "Prop" result value

setProp

public void setProp(long prop)
Description copied from interface: ReplicationRdbWrapper.SelectCollectionAdditionsResult
Set the "Prop" result value

Specified by:
setProp in interface ReplicationRdbWrapper.SelectCollectionAdditionsResult
Parameters:
prop - the "Prop" result value

getObj

public long getObj()
Description copied from interface: ReplicationRdbWrapper.SelectCollectionAdditionsResult
Get the "Obj" result value

Specified by:
getObj in interface ReplicationRdbWrapper.SelectCollectionAdditionsResult
Returns:
the "Obj" result value

setObj

public void setObj(long obj)
Description copied from interface: ReplicationRdbWrapper.SelectCollectionAdditionsResult
Set the "Obj" result value

Specified by:
setObj in interface ReplicationRdbWrapper.SelectCollectionAdditionsResult
Parameters:
obj - the "Obj" result value

getNamedgraphid

public long getNamedgraphid()
Description copied from interface: ReplicationRdbWrapper.SelectCollectionAdditionsResult
Get the "Namedgraphid" result value

Specified by:
getNamedgraphid in interface ReplicationRdbWrapper.SelectCollectionAdditionsResult
Returns:
the "Namedgraphid" result value

setNamedgraphid

public void setNamedgraphid(long namedgraphid)
Description copied from interface: ReplicationRdbWrapper.SelectCollectionAdditionsResult
Set the "Namedgraphid" result value

Specified by:
setNamedgraphid in interface ReplicationRdbWrapper.SelectCollectionAdditionsResult
Parameters:
namedgraphid - the "Namedgraphid" result value

getRevision

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

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

setRevision

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

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

getAclId

public long getAclId()
Description copied from interface: ReplicationRdbWrapper.SelectCollectionAdditionsResult
Get the "AclId" result value

Specified by:
getAclId in interface ReplicationRdbWrapper.SelectCollectionAdditionsResult
Returns:
the "AclId" result value

setAclId

public void setAclId(long aclId)
Description copied from interface: ReplicationRdbWrapper.SelectCollectionAdditionsResult
Set the "AclId" result value

Specified by:
setAclId in interface ReplicationRdbWrapper.SelectCollectionAdditionsResult
Parameters:
aclId - the "AclId" result value


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