|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.server.repository.rdb.sql.ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResultImpl
public static class ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResultImpl
Default implementation of SelectNamedGraphsStatementsDeltasResult
| Field Summary | |
|---|---|
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 |
long |
newAclId
Value for the "newAclId" result value |
long |
newId
Value for the "newId" result value |
long |
newRevision
Value for the "newRevision" result value |
long |
oldAclId
Value for the "oldAclId" result value |
long |
oldId
Value for the "oldId" result value |
long |
oldRevision
Value for the "oldRevision" result value |
| Constructor Summary | |
|---|---|
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResultImpl()
|
|
| Method Summary | |
|---|---|
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 |
long |
getNewAclId()
Get the "NewAclId" result value |
long |
getNewId()
Get the "NewId" result value |
long |
getNewRevision()
Get the "NewRevision" result value |
long |
getOldAclId()
Get the "OldAclId" result value |
long |
getOldId()
Get the "OldId" result value |
long |
getOldRevision()
Get the "OldRevision" 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 |
void |
setNewAclId(long newAclId)
Set the "NewAclId" result value |
void |
setNewId(long newId)
Set the "NewId" result value |
void |
setNewRevision(long newRevision)
Set the "NewRevision" result value |
void |
setOldAclId(long oldAclId)
Set the "OldAclId" result value |
void |
setOldId(long oldId)
Set the "OldId" result value |
void |
setOldRevision(long oldRevision)
Set the "OldRevision" result value |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public long newId
public long oldId
public long newAclId
public long oldAclId
public long newRevision
public long oldRevision
public long createdBy
public java.lang.Long modified
public long metaId
public long lastModifiedBy
| Constructor Detail |
|---|
public ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResultImpl()
| Method Detail |
|---|
public long getNewId()
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
getNewId in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResultpublic void setNewId(long newId)
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
setNewId in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResultnewId - the "NewId" result valuepublic long getOldId()
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
getOldId in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResultpublic void setOldId(long oldId)
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
setOldId in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResultoldId - the "OldId" result valuepublic long getNewAclId()
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
getNewAclId in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResultpublic void setNewAclId(long newAclId)
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
setNewAclId in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResultnewAclId - the "NewAclId" result valuepublic long getOldAclId()
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
getOldAclId in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResultpublic void setOldAclId(long oldAclId)
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
setOldAclId in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResultoldAclId - the "OldAclId" result valuepublic long getNewRevision()
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
getNewRevision in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResultpublic void setNewRevision(long newRevision)
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
setNewRevision in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResultnewRevision - the "NewRevision" result valuepublic long getOldRevision()
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
getOldRevision in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResultpublic void setOldRevision(long oldRevision)
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
setOldRevision in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResultoldRevision - the "OldRevision" result valuepublic long getCreatedBy()
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
getCreatedBy in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResultpublic void setCreatedBy(long createdBy)
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
setCreatedBy in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResultcreatedBy - the "CreatedBy" result valuepublic java.lang.Long getModified()
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
getModified in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResultpublic void setModified(java.lang.Long modified)
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
setModified in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResultmodified - the "Modified" result valuepublic long getMetaId()
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
getMetaId in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResultpublic void setMetaId(long metaId)
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
setMetaId in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResultmetaId - the "MetaId" result valuepublic long getLastModifiedBy()
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
getLastModifiedBy in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResultpublic void setLastModifiedBy(long lastModifiedBy)
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult
setLastModifiedBy in interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResultlastModifiedBy - the "LastModifiedBy" result value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||