Package org.killbill.billing.util.tag
Interface TagDefinition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ObjectType>getApplicableObjectTypes()StringgetDescription()StringgetName()BooleanisControlTag()-
Methods inherited from interface org.killbill.billing.util.entity.Entity
getCreatedDate, getId, getUpdatedDate
-
-
-
-
Method Detail
-
getName
String getName()
-
getDescription
String getDescription()
-
isControlTag
Boolean isControlTag()
-
getApplicableObjectTypes
List<ObjectType> getApplicableObjectTypes()
-
-