public interface MultiTenantRecord extends Serializable
Modifier and Type | Method and Description |
---|---|
Long |
getTenantId()
Immediate tenant Id this record belongs to
Typically for example this could be an Organization.getId()
Also, because this method is expected to be derived in some cases a setter is optional. |
Long getTenantId()
Organization.getId()
Copyright © 2018. All rights reserved.