Package org.bonitasoft.engine.resources
Class AbstractSTenantResource
java.lang.Object
org.bonitasoft.engine.resources.AbstractSTenantResource
- All Implemented Interfaces:
Serializable,PersistentObject
- Direct Known Subclasses:
STenantResource,STenantResourceLight
- Author:
- Baptiste Mesta
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected longprotected longprotected Stringprotected STenantResourceStateprotected TenantResourceType -
Constructor Summary
ConstructorsConstructorDescriptionAbstractSTenantResource(String name, TenantResourceType type, long lastUpdatedBy, long lastUpdateDate, STenantResourceState state) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bonitasoft.engine.persistence.PersistentObject
getId, setId
-
Field Details
-
name
-
lastUpdatedBy
protected long lastUpdatedBy -
lastUpdateDate
protected long lastUpdateDate -
type
-
state
-
-
Constructor Details
-
AbstractSTenantResource
public AbstractSTenantResource(String name, TenantResourceType type, long lastUpdatedBy, long lastUpdateDate, STenantResourceState state)
-