org.jbpm.integration.console.shared.model
Class GuvnorPackage
java.lang.Object
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.
GuvnorPackage
public GuvnorPackage()
GuvnorPackage
public GuvnorPackage(String title,
boolean archived,
String uuid)
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.