org.drools.guvnor.server.jaxrs.jaxb
Class Package

java.lang.Object
  extended by org.drools.guvnor.server.jaxrs.jaxb.Package

public class Package
extends Object


Constructor Summary
Package()
           
 
Method Summary
 Set<URI> getAssets()
           
 URI getBinaryLink()
           
 Category getCategory()
           
 String getCheckInComment()
           
 String getDescription()
           
 PackageMetadata getMetadata()
           
 URI getSourceLink()
           
 String getTitle()
           
 long getVersion()
           
 void setAssets(Set<URI> assets)
           
 void setBinaryLink(URI binaryLink)
           
 void setCategory(Category category)
           
 void setCheckInComment(String checkInComment)
           
 void setDescription(String description)
           
 void setMetadata(PackageMetadata metadata)
           
 void setSourceLink(URI sourceLink)
           
 void setTitle(String title)
           
 void setVersion(long version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Package

public Package()
Method Detail

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.