Package org.cyclos.entities.system
Class ExtensionPointWithTransferType
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.BaseEntity
-
- org.cyclos.entities.NamedEntity
-
- org.cyclos.entities.system.ExtensionPoint
-
- org.cyclos.entities.system.ExtensionPointWithTransferType
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,ProcessableForDataTranslation,DefinesNetwork,IEntity,INamedEntity
- Direct Known Subclasses:
AuthorizationExtensionPoint,TransactionExtensionPoint,TransferExtensionPoint
@MappedSuperclass public abstract class ExtensionPointWithTransferType extends ExtensionPoint
Base extension point which can be applied to account types and transfer types
-
-
Constructor Summary
Constructors Constructor Description ExtensionPointWithTransferType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<TransferType>getTransferTypes()voidsetTransferTypes(Set<TransferType> transferTypes)-
Methods inherited from class org.cyclos.entities.system.ExtensionPoint
getNature, getNetwork, getScript, getScriptParameters, isEnabled, setEnabled, setNetwork, setScript, setScriptParameters
-
Methods inherited from class org.cyclos.entities.NamedEntity
compareTo, getName, getNames, setName, toShortString, toString
-
Methods inherited from class org.cyclos.entities.BaseEntity
getDataTranslationType, getVersion
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
clone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransient
-
-
-
-
Method Detail
-
getTransferTypes
public Set<TransferType> getTransferTypes()
-
setTransferTypes
public void setTransferTypes(Set<TransferType> transferTypes)
-
-