com.solidstategroup.cms
Class ArticleMetaType

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

public class ArticleMetaType
extends java.lang.Object


Constructor Summary
ArticleMetaType()
           
 
Method Summary
 java.lang.String getMetaType()
           
 int getMetaTypeId()
           
 void setMetaType(java.lang.String metaType)
           
 void setMetaTypeId(int metaTypeId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArticleMetaType

public ArticleMetaType()
Method Detail

getMetaType

public java.lang.String getMetaType()

setMetaType

public void setMetaType(java.lang.String metaType)

getMetaTypeId

public int getMetaTypeId()

setMetaTypeId

public void setMetaTypeId(int metaTypeId)