public class STenantResourceLight extends java.lang.Object implements PersistentObject
Modifier and Type | Field and Description |
---|---|
protected long |
lastUpdateDate |
protected long |
lastUpdatedBy |
protected java.lang.String |
name |
protected STenantResourceState |
state |
protected TenantResourceType |
type |
Constructor and Description |
---|
STenantResourceLight(java.lang.String name,
TenantResourceType type,
long lastUpdatedBy,
long lastUpdateDate,
STenantResourceState state) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getId, setId, setTenantId
protected java.lang.String name
protected TenantResourceType type
protected long lastUpdatedBy
protected long lastUpdateDate
protected STenantResourceState state
public STenantResourceLight(java.lang.String name, TenantResourceType type, long lastUpdatedBy, long lastUpdateDate, STenantResourceState state)