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

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

public static class NamedGraphRdbWrapper.GetNamedGraphAtRevisionResultImpl
extends java.lang.Object
implements NamedGraphRdbWrapper.GetNamedGraphAtRevisionResult

Default implementation of GetNamedGraphAtRevisionResult


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
 java.lang.Long modified
          Value for the "modified" result value
 
Constructor Summary
NamedGraphRdbWrapper.GetNamedGraphAtRevisionResultImpl()
           
 
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
 java.lang.Long getModified()
          Get the "Modified" 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 setModified(java.lang.Long modified)
          Set the "Modified" 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


modified

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


aclid

public long aclid
Value for the "aclid" result value


lastModifiedBy

public long lastModifiedBy
Value for the "lastModifiedBy" result value


createdBy

public long createdBy
Value for the "createdBy" result value

Constructor Detail

NamedGraphRdbWrapper.GetNamedGraphAtRevisionResultImpl

public NamedGraphRdbWrapper.GetNamedGraphAtRevisionResultImpl()
Method Detail

getMetaId

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

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

setMetaId

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

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

getModified

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

Specified by:
getModified in interface NamedGraphRdbWrapper.GetNamedGraphAtRevisionResult
Returns:
the "Modified" result value

setModified

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

Specified by:
setModified in interface NamedGraphRdbWrapper.GetNamedGraphAtRevisionResult
Parameters:
modified - the "Modified" result value

getAclid

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

Specified by:
getAclid in interface NamedGraphRdbWrapper.GetNamedGraphAtRevisionResult
Returns:
the "Aclid" result value

setAclid

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

Specified by:
setAclid in interface NamedGraphRdbWrapper.GetNamedGraphAtRevisionResult
Parameters:
aclid - the "Aclid" result value

getLastModifiedBy

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

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

setLastModifiedBy

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

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

getCreatedBy

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

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

setCreatedBy

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

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


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