Package org.bonitasoft.engine.resources
Class STenantResourceLight
java.lang.Object
org.bonitasoft.engine.resources.AbstractSTenantResource
org.bonitasoft.engine.resources.STenantResourceLight
- All Implemented Interfaces:
Serializable,PersistentObject
- Author:
- Baptiste Mesta
- See Also:
-
Field Summary
Fields inherited from class org.bonitasoft.engine.resources.AbstractSTenantResource
lastUpdateDate, lastUpdatedBy, name, state, type -
Constructor Summary
ConstructorsConstructorDescriptionSTenantResourceLight(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
-
Constructor Details
-
STenantResourceLight
public STenantResourceLight(String name, TenantResourceType type, long lastUpdatedBy, long lastUpdateDate, STenantResourceState state)
-