Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.wymiwyg.mies.client.common
Class CategoryImpl  view CategoryImpl download CategoryImpl.java

java.lang.Object
  extended byorg.wymiwyg.mies.client.common.CategoryImpl
All Implemented Interfaces:
Category

public class CategoryImpl
extends java.lang.Object
implements Category


Field Summary
private  org.apache.log4j.Logger logger
           
private  Model model
           
private  Server server
           
 
Constructor Summary
(package private) CategoryImpl(Model model, Server server)
           
 
Method Summary
 java.lang.String getDescription()
          corresponds to dc:description
private  java.lang.String getPropertyAsString(Property property)
           
 Category[] getSubCategories()
           
 Category getSuperCategory()
           
 java.lang.String getTitle()
          corresponds to dc:title
 org.wymiwyg.mies.compatibility.java.net.URI getUri()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private org.apache.log4j.Logger logger

model

private Model model

server

private Server server
Constructor Detail

CategoryImpl

CategoryImpl(Model model,
             Server server)
Method Detail

getTitle

public java.lang.String getTitle()
Description copied from interface: Category
corresponds to dc:title

Specified by:
getTitle in interface Category

getDescription

public java.lang.String getDescription()
Description copied from interface: Category
corresponds to dc:description

Specified by:
getDescription in interface Category

getSuperCategory

public Category getSuperCategory()
Specified by:
getSuperCategory in interface Category

getSubCategories

public Category[] getSubCategories()
Specified by:
getSubCategories in interface Category

getPropertyAsString

private java.lang.String getPropertyAsString(Property property)

getUri

public org.wymiwyg.mies.compatibility.java.net.URI getUri()
Specified by:
getUri in interface Category