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.


Constructor Summary
SnapshotInfo()
           
 
Method Summary
 String getComment()
           
 String getName()
           
 String getUuid()
           
 void setComment(String comment)
           
 void setName(String name)
           
 void setUuid(String uuid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnapshotInfo

public SnapshotInfo()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getComment

public String getComment()

setComment

public void setComment(String comment)

getUuid

public String getUuid()

setUuid

public void setUuid(String uuid)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.