com.solidstategroup.cms.velocity
Class VelocityArticleType

java.lang.Object
  extended by com.solidstategroup.cms.velocity.VelocityArticleType

public class VelocityArticleType
extends java.lang.Object

User: Phil Date: 25-Apr-2005 Time: 12:19:14


Constructor Summary
VelocityArticleType(int rootArticleTypeId, java.lang.String description)
           
 
Method Summary
 java.lang.String getDescription()
           
 ArticleType getParentArticleType()
           
 int getRootArticleTypeId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VelocityArticleType

public VelocityArticleType(int rootArticleTypeId,
                           java.lang.String description)
Method Detail

getRootArticleTypeId

public int getRootArticleTypeId()

getDescription

public java.lang.String getDescription()

getParentArticleType

public ArticleType getParentArticleType()