Package org.bonitasoft.engine.resources
Class STenantResourceLight
- java.lang.Object
-
- org.bonitasoft.engine.resources.AbstractSTenantResource
-
- org.bonitasoft.engine.resources.STenantResourceLight
-
- All Implemented Interfaces:
java.io.Serializable,PersistentObject
@Entity public class STenantResourceLight extends AbstractSTenantResource
- Author:
- Baptiste Mesta
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.bonitasoft.engine.resources.AbstractSTenantResource
lastUpdateDate, lastUpdatedBy, name, state, type
-
-
Constructor Summary
Constructors Constructor Description STenantResourceLight(java.lang.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, wait
-
Methods inherited from interface org.bonitasoft.engine.persistence.PersistentObject
getId, setId, setTenantId
-
-
-
-
Constructor Detail
-
STenantResourceLight
public STenantResourceLight(java.lang.String name, TenantResourceType type, long lastUpdatedBy, long lastUpdateDate, STenantResourceState state)
-
-