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()
           
 String getAuthor()
           
 URI getBinaryLink()
           
 String getDescription()
           
 PackageMetadata getMetadata()
           
 Date getPublished()
           
 URI getSourceLink()
           
 String getTitle()
           
 void setAssets(Set<URI> assets)
           
 void setAuthor(String author)
           
 void setBinaryLink(URI binaryLink)
           
 void setDescription(String description)
           
 void setMetadata(PackageMetadata metadata)
           
 void setPublished(Date published)
           
 void setSourceLink(URI sourceLink)
           
 void setTitle(String title)
           
 
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)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getAuthor

public String getAuthor()

setAuthor

public void setAuthor(String author)

getPublished

public Date getPublished()

setPublished

public void setPublished(Date published)

getAssets

public Set<URI> getAssets()

setAssets

public void setAssets(Set<URI> assets)

getMetadata

public PackageMetadata getMetadata()

setMetadata

public void setMetadata(PackageMetadata metadata)


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