com.solidstategroup.cms.velocity
Class VelocityURLAsset

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

public class VelocityURLAsset
extends VelocityAsset

User: Phil Date: 25-Apr-2005 Time: 11:16:04


Constructor Summary
VelocityURLAsset(int id, java.lang.String description, java.lang.String data)
           
 
Method Summary
 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

VelocityURLAsset

public VelocityURLAsset(int id,
                        java.lang.String description,
                        java.lang.String data)
Method Detail

getType

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