com.jboss.jbossnetwork.product.jbpm.handlers
Class SoftwareValue

java.lang.Object
  extended by com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue

public class SoftwareValue
extends Object

Bean stuffed into the execution context whose values are used in the variable substitutions.

Author:
Jason Dobies

Constructor Summary
SoftwareValue()
           
 
Method Summary
 String getAutomatedInstallation()
           
 String getCreatedBy()
           
 Long getCreatedOn()
           
 Integer getDistributionStatusTypeId()
           
 String getDownloadUrl()
           
 String getFilename()
           
 Long getFileSize()
           
 Integer getId()
           
 String getInstructionCompatibilityVersion()
           
 String getIssueReference()
           
 Long getLastModified()
           
 String getLicenseName()
           
 String getLicenseVersion()
           
 String getLongDescription()
           
 String getManualInstallation()
           
 String getMD5()
           
 String getReferenceURL()
           
 String getSHA256()
           
 String getShortDescription()
           
 Integer getSoftwareTypeId()
           
 String getSupportCaseReference()
           
 String getTitle()
           
 void setAutomatedInstallation(String automatedInstallation)
           
 void setCreatedBy(String createdBy)
           
 void setCreatedOn(Long createdOn)
           
 void setDistributionStatusTypeId(Integer distributionStatusTypeId)
           
 void setDownloadUrl(String downloadUrl)
           
 void setFilename(String filename)
           
 void setFileSize(Long fileSize)
           
 void setId(Integer id)
           
 void setInstructionCompatibilityVersion(String instructionCompatibilityVersion)
           
 void setIssueReference(String issueReference)
           
 void setLastModified(Long lastModified)
           
 void setLicenseName(String licenseName)
           
 void setLicenseVersion(String licenseVersion)
           
 void setLongDescription(String longDescription)
           
 void setManualInstallation(String manualInstallation)
           
 void setMD5(String mD5)
           
 void setReferenceURL(String referenceURL)
           
 void setSHA256(String sHA256)
           
 void setShortDescription(String shortDescription)
           
 void setSoftwareTypeId(Integer softwareTypeId)
           
 void setSupportCaseReference(String supportCaseReference)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoftwareValue

public SoftwareValue()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getReferenceURL

public String getReferenceURL()

setReferenceURL

public void setReferenceURL(String referenceURL)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getIssueReference

public String getIssueReference()

setIssueReference

public void setIssueReference(String issueReference)

getSoftwareTypeId

public Integer getSoftwareTypeId()

setSoftwareTypeId

public void setSoftwareTypeId(Integer softwareTypeId)

getFilename

public String getFilename()

setFilename

public void setFilename(String filename)

getFileSize

public Long getFileSize()

setFileSize

public void setFileSize(Long fileSize)

getMD5

public String getMD5()

setMD5

public void setMD5(String mD5)

getSHA256

public String getSHA256()

setSHA256

public void setSHA256(String sHA256)

getCreatedBy

public String getCreatedBy()

setCreatedBy

public void setCreatedBy(String createdBy)

getCreatedOn

public Long getCreatedOn()

setCreatedOn

public void setCreatedOn(Long createdOn)

getLastModified

public Long getLastModified()

setLastModified

public void setLastModified(Long lastModified)

getShortDescription

public String getShortDescription()

setShortDescription

public void setShortDescription(String shortDescription)

getLongDescription

public String getLongDescription()

setLongDescription

public void setLongDescription(String longDescription)

getManualInstallation

public String getManualInstallation()

setManualInstallation

public void setManualInstallation(String manualInstallation)

getAutomatedInstallation

public String getAutomatedInstallation()

setAutomatedInstallation

public void setAutomatedInstallation(String automatedInstallation)

getDistributionStatusTypeId

public Integer getDistributionStatusTypeId()

setDistributionStatusTypeId

public void setDistributionStatusTypeId(Integer distributionStatusTypeId)

getSupportCaseReference

public String getSupportCaseReference()

setSupportCaseReference

public void setSupportCaseReference(String supportCaseReference)

getLicenseName

public String getLicenseName()

setLicenseName

public void setLicenseName(String licenseName)

getLicenseVersion

public String getLicenseVersion()

setLicenseVersion

public void setLicenseVersion(String licenseVersion)

getInstructionCompatibilityVersion

public String getInstructionCompatibilityVersion()

setInstructionCompatibilityVersion

public void setInstructionCompatibilityVersion(String instructionCompatibilityVersion)

getDownloadUrl

public String getDownloadUrl()

setDownloadUrl

public void setDownloadUrl(String downloadUrl)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.