public class ChangeEntry extends Object
CHANGELOG_COLLECTION
Type: entity class.| Modifier and Type | Field and Description |
|---|---|
static String |
CHANGELOG_COLLECTION |
| Constructor and Description |
|---|
ChangeEntry(String changeId,
String author,
Date timestamp,
String changeLogClass,
String changeSetMethodName) |
| Modifier and Type | Method and Description |
|---|---|
com.mongodb.DBObject |
buildFullDBObject() |
com.mongodb.DBObject |
buildSearchQueryDBObject() |
String |
getAuthor() |
String |
getChangeId() |
String |
getChangeLogClass() |
String |
getChangeSetMethodName() |
Date |
getTimestamp() |
String |
toString() |
public static final String CHANGELOG_COLLECTION
public com.mongodb.DBObject buildFullDBObject()
public com.mongodb.DBObject buildSearchQueryDBObject()
public String getChangeId()
public String getAuthor()
public Date getTimestamp()
public String getChangeLogClass()
public String getChangeSetMethodName()
Copyright © 2014. All rights reserved.