org.jbpm.integration.console.shared.model
Class GuvnorPackage

java.lang.Object
  extended by org.jbpm.integration.console.shared.model.GuvnorPackage

public class GuvnorPackage
extends Object

This class holds the information returned by the guvnor /rest/packages call.

The information is primarily used to determine whether a package has been deleted and recreated.


Constructor Summary
GuvnorPackage()
           
GuvnorPackage(String title, boolean archived, String uuid)
           
 
Method Summary
 Boolean getArchived()
           
 String getTitle()
           
 String getUuid()
           
 void setArchived(Boolean archived)
           
 void setTitle(String title)
           
 void setUuid(String uuid)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GuvnorPackage

public GuvnorPackage()

GuvnorPackage

public GuvnorPackage(String title,
                     boolean archived,
                     String uuid)
Method Detail

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getUuid

public String getUuid()

setUuid

public void setUuid(String uuid)

getArchived

public Boolean getArchived()

setArchived

public void setArchived(Boolean archived)

toString

public String toString()
Overrides:
toString in class Object


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