com.solidstategroup.cms.velocity
Class VelocityDocumentAsset

java.lang.Object
  extended by com.solidstategroup.cms.velocity.VelocityAsset
      extended by com.solidstategroup.cms.velocity.VelocityDocumentAsset

public class VelocityDocumentAsset
extends VelocityAsset

User: Phil Date: 25-Apr-2005 Time: 11:15:53


Constructor Summary
VelocityDocumentAsset(int id, java.lang.String description, java.lang.String data, int documentType, java.lang.String location, boolean includedInSearch, int numberOfDownloads, java.lang.String longDescription)
           
 
Method Summary
 int getDocumentType()
           
 java.lang.String getLocation()
           
 java.lang.String getLongDescription()
           
 int getNumberOfDownloads()
           
 int getType()
           
 boolean isIncludedInSearch()
           
 
Methods inherited from class com.solidstategroup.cms.velocity.VelocityAsset
getData, getDescription, getId, setData, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VelocityDocumentAsset

public VelocityDocumentAsset(int id,
                             java.lang.String description,
                             java.lang.String data,
                             int documentType,
                             java.lang.String location,
                             boolean includedInSearch,
                             int numberOfDownloads,
                             java.lang.String longDescription)
Method Detail

getDocumentType

public int getDocumentType()

getLocation

public java.lang.String getLocation()

isIncludedInSearch

public boolean isIncludedInSearch()

getNumberOfDownloads

public int getNumberOfDownloads()

getType

public int getType()
Specified by:
getType in class VelocityAsset

getLongDescription

public java.lang.String getLongDescription()