org.liquidsite.core.content
Class DomainSize

java.lang.Object
  extended byorg.liquidsite.core.content.DomainSize

public class DomainSize
extends java.lang.Object

A domain size object.


Method Summary
 int getCategory()
          Returns the content category.
 int getCount()
          Returns the category object count.
 long getSize()
          Returns the category object size.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCategory

public int getCategory()
Returns the content category.

Returns:
the content category

getCount

public int getCount()
Returns the category object count.

Returns:
the category object count

getSize

public long getSize()
Returns the category object size.

Returns:
the category object size