org.opencrx.kernel.home1.jmi1
Interface ChangePasswordParams

All Superinterfaces:
ChangePasswordParams, RefStruct, Serializable

public interface ChangePasswordParams
extends RefStruct, ChangePasswordParams


Method Summary
 String getNewPassword()
          Retrieves the value for the structure field newPassword.
 String getNewPasswordVerification()
          Retrieves the value for the structure field newPasswordVerification.
 String getOldPassword()
          Retrieves the value for the structure field oldPassword.
 
Methods inherited from interface javax.jmi.reflect.RefStruct
equals, hashCode, refFieldNames, refGetValue, refTypeName
 

Method Detail

getNewPassword

String getNewPassword()
Retrieves the value for the structure field newPassword.

Specified by:
getNewPassword in interface ChangePasswordParams
Returns:
The non-null value for structure field newPassword.

getNewPasswordVerification

String getNewPasswordVerification()
Retrieves the value for the structure field newPasswordVerification.

Specified by:
getNewPasswordVerification in interface ChangePasswordParams
Returns:
The non-null value for structure field newPasswordVerification.

getOldPassword

String getOldPassword()
Retrieves the value for the structure field oldPassword.

Specified by:
getOldPassword in interface ChangePasswordParams
Returns:
The non-null value for structure field oldPassword.


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