org.opencrx.kernel.base.jmi1
Interface SendAlertParams

All Superinterfaces:
RefStruct, RefStruct_1_0, SendAlertParams, Serializable

public interface SendAlertParams
extends RefStruct_1_0, SendAlertParams


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.kernel.base.cci2.SendAlertParams
SendAlertParams.Member
 
Method Summary
 String getDescription()
          Retrieves the value for the optional structure field description.
 short getImportance()
          Retrieves the value for the structure field importance.
 String getName()
          Retrieves the value for the structure field name.
 BasicObject getReference()
          Retrieves the value for the optional structure field reference.
 Integer getResendDelayInSeconds()
          Retrieves the value for the optional structure field resendDelayInSeconds.
 String getToUsers()
          Retrieves the value for the structure field toUsers.
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefStruct_1_0
refContainsValue, refDelegate, refGetValue
 
Methods inherited from interface javax.jmi.reflect.RefStruct
equals, hashCode, refFieldNames, refGetValue, refTypeName
 

Method Detail

getDescription

String getDescription()
Retrieves the value for the optional structure field description.

Specified by:
getDescription in interface SendAlertParams
Returns:
The possibly null value for structure field description.

getImportance

short getImportance()
Retrieves the value for the structure field importance.

Specified by:
getImportance in interface SendAlertParams
Returns:
The non-null value for structure field importance.

getName

String getName()
Retrieves the value for the structure field name.

Specified by:
getName in interface SendAlertParams
Returns:
The non-null value for structure field name.

getReference

BasicObject getReference()
Retrieves the value for the optional structure field reference.

Specified by:
getReference in interface SendAlertParams
Returns:
The possibly null value for structure field reference.

getResendDelayInSeconds

Integer getResendDelayInSeconds()
Retrieves the value for the optional structure field resendDelayInSeconds.

Specified by:
getResendDelayInSeconds in interface SendAlertParams
Returns:
The possibly null value for structure field resendDelayInSeconds.

getToUsers

String getToUsers()
Retrieves the value for the structure field toUsers.

Specified by:
getToUsers in interface SendAlertParams
Returns:
The non-null value for structure field toUsers.


This software is published under the BSD license. Copyright © 2003-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.