org.silverpeas.quota.service
Class TestQuotaKey

java.lang.Object
  extended by org.silverpeas.quota.service.TestQuotaKey
All Implemented Interfaces:
QuotaKey

public class TestQuotaKey
extends Object
implements QuotaKey

Author:
Yohann Chastagnier

Constructor Summary
TestQuotaKey(String resourceId)
           
 
Method Summary
 QuotaType getQuotaType()
           
 String getResourceId()
           
 boolean isValid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestQuotaKey

public TestQuotaKey(String resourceId)
Method Detail

isValid

public boolean isValid()
Specified by:
isValid in interface QuotaKey

getResourceId

public String getResourceId()
Specified by:
getResourceId in interface QuotaKey
Returns:
the resourceId

getQuotaType

public QuotaType getQuotaType()
Specified by:
getQuotaType in interface QuotaKey


Copyright © 2016 Silverpeas. All Rights Reserved.