public static final class SrvMonAppFlowInfo.Pojo extends Object implements UtlPool.Item<SrvMonAppFlowInfo.Pojo>
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
clearDirty() |
void |
clearId() |
static SrvMonAppFlowInfo.Pojo |
create() |
static SrvMonAppFlowInfo.Pojo |
create(boolean pvt) |
void |
deserialize(SrvMonAppFlowInfo.Deserializer deserializer) |
void |
forceDirty() |
int |
getId() |
UtlPool<SrvMonAppFlowInfo.Pojo> |
getPool()
Get a pool item's pool.
|
int |
getSerializedLength() |
boolean |
hasId() |
SrvMonAppFlowInfo.Pojo |
init()
Initialize an item.
|
boolean |
isDirty() |
boolean |
isInitialized() |
SrvMonAppFlowInfo.Pojo |
reset() |
int |
serialize(SrvMonAppFlowInfo.Serializer serializer) |
void |
setAsReadOnly() |
void |
setId(int val) |
void |
setInitialized() |
SrvMonAppFlowInfo.Pojo |
setPool(UtlPool<SrvMonAppFlowInfo.Pojo> pool)
Set a pool item's pool.
|
public static final SrvMonAppFlowInfo.Pojo create(boolean pvt)
public static final SrvMonAppFlowInfo.Pojo create()
public final boolean hasId()
public final int getId()
public final void setId(int val)
public final void clearId()
public final void clear()
public final void setAsReadOnly()
public final boolean isInitialized()
public final void setInitialized()
public final void clearDirty()
public final void forceDirty()
public final boolean isDirty()
public final int getSerializedLength()
public final int serialize(SrvMonAppFlowInfo.Serializer serializer)
public final void deserialize(SrvMonAppFlowInfo.Deserializer deserializer)
public final SrvMonAppFlowInfo.Pojo reset()
public final SrvMonAppFlowInfo.Pojo init()
UtlPool.ItemThis method is invoked by an item pool very time an item is put into the pool. The method should wipe the contents of the item so as to present a fresh instance of the item to the caller when retrieved from the pool.
init in interface UtlPool.Item<SrvMonAppFlowInfo.Pojo>public final SrvMonAppFlowInfo.Pojo setPool(UtlPool<SrvMonAppFlowInfo.Pojo> pool)
UtlPool.ItemThis method is invoked by an item pool at the time an item is added to the pool. The intent is to record the item's source pool in the item so it can be disposed back into the pool when the user is done working with it.
setPool in interface UtlPool.Item<SrvMonAppFlowInfo.Pojo>public final UtlPool<SrvMonAppFlowInfo.Pojo> getPool()
UtlPool.Item
This method should return the pool set using UtlPool.Item.setPool(com.neeve.util.UtlPool<T>)
getPool in interface UtlPool.Item<SrvMonAppFlowInfo.Pojo>UtlPool.Item.setPool(com.neeve.util.UtlPool<T>)Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.