com.solidstategroup.cms.velocity
Class VelocityPollAsset

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

public class VelocityPollAsset
extends VelocityAsset


Constructor Summary
VelocityPollAsset(int id, java.lang.String description, java.lang.String data, VelocityPoll poll)
           
 
Method Summary
 VelocityPoll getPoll()
           
 int getType()
           
 
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

VelocityPollAsset

public VelocityPollAsset(int id,
                         java.lang.String description,
                         java.lang.String data,
                         VelocityPoll poll)
Method Detail

getPoll

public VelocityPoll getPoll()

getType

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