org.opencrx.kernel.base.jmi1
Interface SendAlertParams

All Superinterfaces:
RefStruct, SendAlertParams, Serializable

public interface SendAlertParams
extends RefStruct, SendAlertParams


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.
 org.openmdx.base.jmi1.BasicObject getReference()
          Retrieves the value for the optional structure field reference.
 String getToUsers()
          Retrieves the value for the structure field toUsers.
 
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

org.openmdx.base.jmi1.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.

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-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.