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

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

public static class NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryResultImpl
extends java.lang.Object
implements NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryResult

Default implementation of GetNamedGraphsMetaIdAndAciHistoryResult


Field Summary
 int canRead
          Value for the "canRead" result value
 long metaId
          Value for the "metaId" result value
 
Constructor Summary
NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryResultImpl()
           
 
Method Summary
 int getCanRead()
          Get the "CanRead" result value
 long getMetaId()
          Get the "MetaId" result value
 void setCanRead(int canRead)
          Set the "CanRead" result value
 void setMetaId(long metaId)
          Set the "MetaId" 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


canRead

public int canRead
Value for the "canRead" result value

Constructor Detail

NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryResultImpl

public NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryResultImpl()
Method Detail

getMetaId

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

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

setMetaId

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

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

getCanRead

public int getCanRead()
Description copied from interface: NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryResult
Get the "CanRead" result value

Specified by:
getCanRead in interface NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryResult
Returns:
the "CanRead" result value

setCanRead

public void setCanRead(int canRead)
Description copied from interface: NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryResult
Set the "CanRead" result value

Specified by:
setCanRead in interface NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryResult
Parameters:
canRead - the "CanRead" result value


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