org.drools.guvnor.client.rpc
Class SnapshotInfo

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

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

Simple DTO for snapshot info.


Field Summary
 String comment
           
 String name
           
 String uuid
           
 
Constructor Summary
SnapshotInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

comment

public String comment

uuid

public String uuid
Constructor Detail

SnapshotInfo

public SnapshotInfo()


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