org.drools.guvnor.server.jaxrs.jaxb
Class Package
java.lang.Object
org.drools.guvnor.server.jaxrs.jaxb.Package
public class Package
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Package
public Package()
getBinaryLink
public URI getBinaryLink()
setBinaryLink
public void setBinaryLink(URI binaryLink)
getSourceLink
public URI getSourceLink()
setSourceLink
public void setSourceLink(URI sourceLink)
getCategory
public Category getCategory()
setCategory
public void setCategory(Category category)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getCheckInComment
public String getCheckInComment()
setCheckInComment
public void setCheckInComment(String checkInComment)
getVersion
public long getVersion()
setVersion
public void setVersion(long version)
getAssets
public Set<URI> getAssets()
setAssets
public void setAssets(Set<URI> assets)
getMetadata
public PackageMetadata getMetadata()
setMetadata
public void setMetadata(PackageMetadata metadata)
Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.