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

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

public class Asset
extends Object


Constructor Summary
Asset()
           
 
Method Summary
 String getAuthor()
           
 String getBinaryContentAttachmentFileName()
           
 URI getBinaryLink()
           
 String getDescription()
           
 AssetMetadata getMetadata()
           
 Date getPublished()
           
 URI getRefLink()
           
 URI getSourceLink()
           
 String getTitle()
           
 void setAuthor(String author)
           
 void setBinaryContentAttachmentFileName(String binaryContentAttachmentFileName)
           
 void setBinaryLink(URI binaryLink)
           
 void setDescription(String description)
           
 void setMetadata(AssetMetadata metadata)
           
 void setPublished(Date published)
           
 void setRefLink(URI refLink)
           
 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

Asset

public Asset()
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)

getBinaryContentAttachmentFileName

public String getBinaryContentAttachmentFileName()

setBinaryContentAttachmentFileName

public void setBinaryContentAttachmentFileName(String binaryContentAttachmentFileName)

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)

getRefLink

public URI getRefLink()

setRefLink

public void setRefLink(URI refLink)

getMetadata

public AssetMetadata getMetadata()

setMetadata

public void setMetadata(AssetMetadata metadata)


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