com.solidstategroup.cms
Class AssetTypes

java.lang.Object
  extended by com.solidstategroup.cms.AssetTypes

public class AssetTypes
extends java.lang.Object


Constructor Summary
AssetTypes()
           
 
Method Summary
 void addAssetType(AssetType newAssetType)
           
 java.util.Vector execute()
           
 java.util.Vector getAssetTypes()
           
 AssetType getByRootChunkFormatId(int id)
           
 int getChunkTypeId()
           
 void setChunkTypeId(int chunkTypeId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetTypes

public AssetTypes()
Method Detail

execute

public java.util.Vector execute()

addAssetType

public void addAssetType(AssetType newAssetType)

getByRootChunkFormatId

public AssetType getByRootChunkFormatId(int id)

getAssetTypes

public java.util.Vector getAssetTypes()

getChunkTypeId

public int getChunkTypeId()

setChunkTypeId

public void setChunkTypeId(int chunkTypeId)