Interface BlockingState
-
- All Superinterfaces:
Comparable<BlockingState>,Entity
public interface BlockingState extends Entity, Comparable<BlockingState>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intcompareTo(BlockingState arg0)UUIDgetBlockedId()StringgetDescription()org.joda.time.DateTimegetEffectiveDate()StringgetService()StringgetStateName()BlockingStateTypegetType()inthashCode()booleanisActive()booleanisBlockBilling()booleanisBlockChange()booleanisBlockEntitlement()StringtoString()-
Methods inherited from interface org.killbill.billing.util.entity.Entity
getCreatedDate, getId, getUpdatedDate
-
-
-
-
Method Detail
-
getBlockedId
UUID getBlockedId()
-
getStateName
String getStateName()
-
getType
BlockingStateType getType()
-
getEffectiveDate
org.joda.time.DateTime getEffectiveDate()
-
isBlockChange
boolean isBlockChange()
-
isBlockEntitlement
boolean isBlockEntitlement()
-
isBlockBilling
boolean isBlockBilling()
-
compareTo
int compareTo(BlockingState arg0)
- Specified by:
compareToin interfaceComparable<BlockingState>
-
getDescription
String getDescription()
-
getService
String getService()
-
isActive
boolean isActive()
-
-