org.opencrx.kernel.base.cci2
Interface SendAlertParams

All Known Subinterfaces:
SendAlertParams

public interface SendAlertParams


Nested Class Summary
static class SendAlertParams.Member
          The structure's members
 
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.
 

Method Detail

getDescription

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

Returns:
The possibly null value for structure field description.

getImportance

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

Returns:
The non-null value for structure field importance.

getName

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

Returns:
The non-null value for structure field name.

getReference

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

Returns:
The possibly null value for structure field reference.

getResendDelayInSeconds

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

Returns:
The possibly null value for structure field resendDelayInSeconds.

getToUsers

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

Returns:
The non-null value for structure field toUsers.


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