com.solidstategroup.cms.velocity
Class VelocityWebFormAsset

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

public class VelocityWebFormAsset
extends VelocityAsset


Constructor Summary
VelocityWebFormAsset(int id, java.lang.String description, java.lang.String data, VelocityWebForm webForm)
           
 
Method Summary
 int getType()
           
 VelocityWebForm getWebForm()
           
 
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

VelocityWebFormAsset

public VelocityWebFormAsset(int id,
                            java.lang.String description,
                            java.lang.String data,
                            VelocityWebForm webForm)
Method Detail

getWebForm

public VelocityWebForm getWebForm()

getType

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