com.solidstategroup.cms
Class NumberAsset

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

public class NumberAsset
extends Asset


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

Constructor Detail

NumberAsset

public NumberAsset()

NumberAsset

public NumberAsset(java.lang.String newText)

NumberAsset

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

storeNewAsset

public boolean storeNewAsset(int chunkId,
                             java.sql.Connection conn)
Overrides:
storeNewAsset in class Asset

getAssetData

public java.lang.String getAssetData()
Overrides:
getAssetData in class Asset

destroy

public boolean destroy()
Overrides:
destroy in class Asset