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

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

public static class NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryNewResultImpl
extends java.lang.Object
implements NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryNewResult

Default implementation of GetNamedGraphsMetaIdAndAciHistoryNewResult


Field Summary
 int canRead
          Value for the "canRead" result value
 long metaId
          Value for the "metaId" result value
 
Constructor Summary
NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryNewResultImpl()
           
 
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.GetNamedGraphsMetaIdAndAciHistoryNewResultImpl

public NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryNewResultImpl()
Method Detail

getMetaId

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

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

setMetaId

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

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

getCanRead

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

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

setCanRead

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

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


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