org.drools.guvnor.client.rpc
Class SnapshotDiff

java.lang.Object
  extended by org.drools.guvnor.client.rpc.SnapshotDiff
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class SnapshotDiff
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable

Difference between different asset versions.


Field Summary
 String diffType
           
 String leftUuid
           
 String name
           
 String rightUuid
           
static String TYPE_ADDED
           
static String TYPE_ARCHIVED
           
static String TYPE_DELETED
           
static String TYPE_RESTORED
           
static String TYPE_UPDATED
           
 
Constructor Summary
SnapshotDiff()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_ADDED

public static final String TYPE_ADDED
See Also:
Constant Field Values

TYPE_ARCHIVED

public static final String TYPE_ARCHIVED
See Also:
Constant Field Values

TYPE_UPDATED

public static final String TYPE_UPDATED
See Also:
Constant Field Values

TYPE_DELETED

public static final String TYPE_DELETED
See Also:
Constant Field Values

TYPE_RESTORED

public static final String TYPE_RESTORED
See Also:
Constant Field Values

diffType

public String diffType

name

public String name

leftUuid

public String leftUuid

rightUuid

public String rightUuid
Constructor Detail

SnapshotDiff

public SnapshotDiff()


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.