org.openanzo.server.repository.rdb.sql
Class NamedGraphRdbWrapper.SelectNamedGraphResultImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.NamedGraphRdbWrapper.SelectNamedGraphResultImpl
All Implemented Interfaces:
NamedGraphRdbWrapper.SelectNamedGraphResult
Enclosing class:
NamedGraphRdbWrapper

public static class NamedGraphRdbWrapper.SelectNamedGraphResultImpl
extends java.lang.Object
implements NamedGraphRdbWrapper.SelectNamedGraphResult

Default implementation of SelectNamedGraphResult


Field Summary
 long aclId
          Value for the "aclId" result value
 long createdBy
          Value for the "createdBy" result value
 long lastModifiedBy
          Value for the "lastModifiedBy" result value
 long metaId
          Value for the "metaId" result value
 long revision
          Value for the "revision" result value
 
Constructor Summary
NamedGraphRdbWrapper.SelectNamedGraphResultImpl()
           
 
Method Summary
 long getAclId()
          Get the "AclId" result value
 long getCreatedBy()
          Get the "CreatedBy" result value
 long getLastModifiedBy()
          Get the "LastModifiedBy" result value
 long getMetaId()
          Get the "MetaId" 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 setLastModifiedBy(long lastModifiedBy)
          Set the "LastModifiedBy" result value
 void setMetaId(long metaId)
          Set the "MetaId" 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

metaId

public long metaId
Value for the "metaId" result value


aclId

public long aclId
Value for the "aclId" result value


createdBy

public long createdBy
Value for the "createdBy" result value


revision

public long revision
Value for the "revision" result value


lastModifiedBy

public long lastModifiedBy
Value for the "lastModifiedBy" result value

Constructor Detail

NamedGraphRdbWrapper.SelectNamedGraphResultImpl

public NamedGraphRdbWrapper.SelectNamedGraphResultImpl()
Method Detail

getMetaId

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

Specified by:
getMetaId in interface NamedGraphRdbWrapper.SelectNamedGraphResult
Returns:
the "MetaId" result value

setMetaId

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

Specified by:
setMetaId in interface NamedGraphRdbWrapper.SelectNamedGraphResult
Parameters:
metaId - the "MetaId" result value

getAclId

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

Specified by:
getAclId in interface NamedGraphRdbWrapper.SelectNamedGraphResult
Returns:
the "AclId" result value

setAclId

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

Specified by:
setAclId in interface NamedGraphRdbWrapper.SelectNamedGraphResult
Parameters:
aclId - the "AclId" result value

getCreatedBy

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

Specified by:
getCreatedBy in interface NamedGraphRdbWrapper.SelectNamedGraphResult
Returns:
the "CreatedBy" result value

setCreatedBy

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

Specified by:
setCreatedBy in interface NamedGraphRdbWrapper.SelectNamedGraphResult
Parameters:
createdBy - the "CreatedBy" result value

getRevision

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

Specified by:
getRevision in interface NamedGraphRdbWrapper.SelectNamedGraphResult
Returns:
the "Revision" result value

setRevision

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

Specified by:
setRevision in interface NamedGraphRdbWrapper.SelectNamedGraphResult
Parameters:
revision - the "Revision" result value

getLastModifiedBy

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

Specified by:
getLastModifiedBy in interface NamedGraphRdbWrapper.SelectNamedGraphResult
Returns:
the "LastModifiedBy" result value

setLastModifiedBy

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

Specified by:
setLastModifiedBy in interface NamedGraphRdbWrapper.SelectNamedGraphResult
Parameters:
lastModifiedBy - the "LastModifiedBy" result value


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