com.solidstategroup.cms
Class PollAsset

java.lang.Object
  extended by com.solidstategroup.cms.Asset
      extended by com.solidstategroup.cms.TextAsset
          extended by com.solidstategroup.cms.PollAsset
All Implemented Interfaces:
com.solidstategroup.handles.Identifiable, com.solidstategroup.handles.Named, com.solidstategroup.handles.NamedIdentifiable, java.lang.Comparable

public class PollAsset
extends TextAsset


Field Summary
 
Fields inherited from class com.solidstategroup.cms.Asset
createdOn, dublinCoreMetaData, includeInSearch, searchScore
 
Constructor Summary
PollAsset()
           
PollAsset(java.lang.String newText)
           
PollAsset(java.lang.String newText, int newAssetTypeId, int newAssetId, java.lang.String newDescription, java.lang.String newAssetFormat, int newFormatId, int newChunkFormatId, int newRootChunkFormatId, int priority)
           
 
Method Summary
 Poll getPoll()
           
 
Methods inherited from class com.solidstategroup.cms.TextAsset
destroy, getAssetData, getAssetDataHtmlDecoded, getAssetDataUnprocessed, getAssetDataWithHTMLTagsRemoved, getRootArticleIds, setAssetDataWithEncodedHTML, setAssetDataWithEncodedHTMLForPlainText, storeNewAsset, storeUpdateAsset, validateLinks
 
Methods inherited from class com.solidstategroup.cms.Asset
compareTo, getAssetId, getAssetType, getChunkFormatId, getCreatedOn, getDescription, getDublinCoreMetaData, getId, getLastModified, getName, getRootChunkFormatId, getSearchScore, isDeleted, isIncludeInSearch, setAssetData, setAssetId, setAssetType, setChunkFormatId, setCreatedOn, setDeleted, setDescription, setDublinCoreMetaData, setIncludeInSearch, setLastModified, setName, setRootChunkFormatId, storeAsset, storeBinaryAsset, storeNewAsset, storeUpdateAsset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollAsset

public PollAsset()

PollAsset

public PollAsset(java.lang.String newText)

PollAsset

public PollAsset(java.lang.String newText,
                 int newAssetTypeId,
                 int newAssetId,
                 java.lang.String newDescription,
                 java.lang.String newAssetFormat,
                 int newFormatId,
                 int newChunkFormatId,
                 int newRootChunkFormatId,
                 int priority)
Method Detail

getPoll

public Poll getPoll()