com.solidstategroup.cms
Class MediaType

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

public class MediaType
extends java.lang.Object


Constructor Summary
MediaType()
           
 
Method Summary
 void execute()
           
 java.lang.String getDescription()
           
 int getMediaTypeId()
           
 java.lang.String getQuery()
           
 void setDescription(java.lang.String description)
           
 void setMediaTypeId(int mediaTypeId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MediaType

public MediaType()
Method Detail

getQuery

public java.lang.String getQuery()

execute

public void execute()

setDescription

public void setDescription(java.lang.String description)

getDescription

public java.lang.String getDescription()

getMediaTypeId

public int getMediaTypeId()

setMediaTypeId

public void setMediaTypeId(int mediaTypeId)