com.neeve.server.mon
Interface ISrvMonAppFlowInfo

All Superinterfaces:
IRogValidatable
All Known Implementing Classes:
SrvMonAppFlowInfo

@Generated(value="com.neeve.adm.AdmGenerator",
           date="Wed Mar 28 10:54:31 EDT 2018")
@AdmGenerated(compatLevel="3.8.0",
              admVersion="nvx-adm v3.7.265 (build 0)",
              date="3/28/18 10:54 AM",
              buildInfo="nvx-talon-3.7.265 (nvx-codegen-plugin)")
public interface ISrvMonAppFlowInfo
extends IRogValidatable

Holds information about a application flow.


Method Summary
 void clearId()
          Clears the value of 'id' Field Description The flow id.
 int getId()
          Gets the value of 'id' Field Description The flow id.
 boolean hasId()
          Checks for the presence of 'id' Field Description The flow id.
 void setId(int val)
          Sets the value of 'id' Field Description The flow id.
 
Methods inherited from interface com.neeve.rog.IRogValidatable
getValidationErrors, isValid
 

Method Detail

setId

void setId(int val)
Sets the value of 'id'

Field Description

The flow id.

Parameters:
val - The value to set.

getId

int getId()
Gets the value of 'id'

Field Description

The flow id.

Returns:
The flow id.

clearId

void clearId()
Clears the value of 'id'

Field Description

The flow id.

See Also:
setId(int)

hasId

boolean hasId()
Checks for the presence of 'id'

Field Description

The flow id.

See Also:
getId()


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.