org.drools.guvnor.client.rpc
Class SnapshotInfo
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SnapshotInfo
public SnapshotInfo()
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.