Package org.bonitasoft.engine.resources
Class AbstractSTenantResource
- java.lang.Object
-
- org.bonitasoft.engine.resources.AbstractSTenantResource
-
- All Implemented Interfaces:
java.io.Serializable,PersistentObject
- Direct Known Subclasses:
STenantResource,STenantResourceLight
@MappedSuperclass public class AbstractSTenantResource extends java.lang.Object implements PersistentObject
- Author:
- Baptiste Mesta
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected longlastUpdateDateprotected longlastUpdatedByprotected java.lang.Stringnameprotected STenantResourceStatestateprotected TenantResourceTypetype
-
Constructor Summary
Constructors Constructor Description AbstractSTenantResource(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
-
-
-
-
Field Detail
-
name
protected java.lang.String name
-
lastUpdatedBy
protected long lastUpdatedBy
-
lastUpdateDate
protected long lastUpdateDate
-
type
protected TenantResourceType type
-
state
protected STenantResourceState state
-
-
Constructor Detail
-
AbstractSTenantResource
public AbstractSTenantResource(java.lang.String name, TenantResourceType type, long lastUpdatedBy, long lastUpdateDate, STenantResourceState state)
-
-