org.drools.guvnor.server.jaxrs.jaxb
Class Asset
java.lang.Object
org.drools.guvnor.server.jaxrs.jaxb.Asset
public class Asset
- extends Object
|
Constructor Summary |
Asset()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Asset
public Asset()
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-2013 JBoss by Red Hat. All Rights Reserved.