public class ReplicationChangeSet extends java.util.TreeSet<ReplicationChange> implements ModelSet
| Modifier and Type | Field and Description |
|---|---|
static ReplicationChangeSet |
EMPTY_SET |
| Constructor and Description |
|---|
ReplicationChangeSet() |
add, addAll, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, spliterator, subSet, subSet, tailSet, tailSetcontainsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitpublic static final ReplicationChangeSet EMPTY_SET
public ReplicationChangePO hasReplicationChangePO()
public java.lang.String getEntryType()
getEntryType in interface ModelSetpublic ReplicationChangeSet with(java.lang.Object value)
public ReplicationChangeSet without(ReplicationChange value)
public StringList getHistoryIdPrefix()
public ReplicationChangeSet hasHistoryIdPrefix(java.lang.String value)
public ReplicationChangeSet hasHistoryIdPrefix(java.lang.String lower, java.lang.String upper)
public ReplicationChangeSet withHistoryIdPrefix(java.lang.String value)
public longList getHistoryIdNumber()
public ReplicationChangeSet hasHistoryIdNumber(long value)
public ReplicationChangeSet hasHistoryIdNumber(long lower, long upper)
public ReplicationChangeSet withHistoryIdNumber(long value)
public StringList getTargetObjectId()
public ReplicationChangeSet hasTargetObjectId(java.lang.String value)
public ReplicationChangeSet hasTargetObjectId(java.lang.String lower, java.lang.String upper)
public ReplicationChangeSet withTargetObjectId(java.lang.String value)
public StringList getTargetProperty()
public ReplicationChangeSet hasTargetProperty(java.lang.String value)
public ReplicationChangeSet hasTargetProperty(java.lang.String lower, java.lang.String upper)
public ReplicationChangeSet withTargetProperty(java.lang.String value)
public booleanList getIsToManyProperty()
public ReplicationChangeSet hasIsToManyProperty(boolean value)
public ReplicationChangeSet withIsToManyProperty(boolean value)
public StringList getChangeMsg()
public ReplicationChangeSet hasChangeMsg(java.lang.String value)
public ReplicationChangeSet hasChangeMsg(java.lang.String lower, java.lang.String upper)
public ReplicationChangeSet withChangeMsg(java.lang.String value)
public LogEntrySet getLogEntries()
public ReplicationChangeSet hasLogEntries(java.lang.Object value)
public ReplicationChangeSet withLogEntries(LogEntry value)
public ReplicationChangeSet withoutLogEntries(LogEntry value)
public ChangeHistorySet getHistory()
public ReplicationChangeSet hasHistory(java.lang.Object value)
public ReplicationChangeSet withHistory(ChangeHistory value)