org.olat.admin.quota
Class QuotaImpl

java.lang.Object
  extended by org.olat.admin.quota.QuotaImpl
All Implemented Interfaces:
Quota

public class QuotaImpl
extends java.lang.Object
implements Quota

Initial Date: Mar 30, 2004

Author:
Mike Stock

Field Summary
 
Fields inherited from interface org.olat.core.util.vfs.Quota
UNLIMITED
 
Method Summary
 java.lang.String getPath()
           
 java.lang.Long getQuotaKB()
           
 java.lang.Long getUlLimitKB()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPath

public java.lang.String getPath()
Specified by:
getPath in interface Quota
Returns:
The path

getQuotaKB

public java.lang.Long getQuotaKB()
Specified by:
getQuotaKB in interface Quota
Returns:
Quota in KB

getUlLimitKB

public java.lang.Long getUlLimitKB()
Specified by:
getUlLimitKB in interface Quota
Returns:
Upload Limit in KB.