Class AbstractSpaceQuotaKey
- java.lang.Object
-
- org.silverpeas.core.admin.space.quota.AbstractSpaceQuotaKey
-
- All Implemented Interfaces:
QuotaKey
- Direct Known Subclasses:
ComponentSpaceQuotaKey
,DataStorageSpaceQuotaKey
public abstract class AbstractSpaceQuotaKey extends Object implements QuotaKey
- Author:
- Yohann Chastagnier
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractSpaceQuotaKey(SpaceInst space)
Builds the space quota key from a given SpaceInst
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getResourceId()
SpaceInst
getSpace()
boolean
isValid()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.admin.quota.QuotaKey
getQuotaType
-
-
-
-
Constructor Detail
-
AbstractSpaceQuotaKey
protected AbstractSpaceQuotaKey(SpaceInst space)
Builds the space quota key from a given SpaceInst- Parameters:
space
-
-
-