Package org.cyclos.entities
Class NetworkedEntity
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- All Implemented Interfaces:
Cloneable,HasNetwork,ProcessableForProxying,IEntity
- Direct Known Subclasses:
AccessClientLog,AccessLog,Account,AccountFeeLog,AccountFeeLogEvent,AccountRates,AdHistoryLog,AgreementContent,AgreementLog,Alert,AmountReservation,BaseAccountLimitLog,BaseEntity,BaseSms,BrokeringLog,BulkActionUser,ClosedAccountBalance,CustomOperationBulkActionParameter,CustomRecurringTaskLog,CustomWizardExecution,EntityLog,EntityPropertyLog,ErrorLog,ExternalRedirectExecution,FailedActionLog,Installment,InviteToken,Message,Notification,OidcAccessToken,OidcAuthorization,OperatorGroupAccountType,OperatorGroupLog,OperatorGroupPaymentType,OrderLog,Otp,PasswordLog,PendingUserAccount,ProductAssignmentLog,QuickAccess,RecordTypeSharedRecordField,ReferenceHistory,Session,TransactionAuthorization,Transfer,TransferStatusLog,UserAccountFeeLog,UserActivity,UserFcmToken,UserGroupLog,UserIdentityProvider,UserStatusLog,VoucherTransaction
@MappedSuperclass public abstract class NetworkedEntity extends SimpleEntity implements HasNetwork
An entity that knows to which network it belongs
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description NetworkedEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisGlobal()Returns whether this entity belongs to global mode (true) or to a network (false)-
Methods inherited from class org.cyclos.entities.SimpleEntity
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, toShortString, toString, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.entities.HasNetwork
getNetwork
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
-
-
-
Method Detail
-
isGlobal
public boolean isGlobal()
Description copied from interface:HasNetworkReturns whether this entity belongs to global mode (true) or to a network (false)- Specified by:
isGlobalin interfaceHasNetwork
-
-