com.cinecolombia.common.utilcomponents
Class CambioPasswordValue

java.lang.Object
  |
  +--com.cinecolombia.common.utilcomponents.CambioPasswordValue
All Implemented Interfaces:
java.io.Serializable

public class CambioPasswordValue
extends java.lang.Object
implements java.io.Serializable

This class represents the sent value in the direction web -> ejb when the {Usecase} usecase asks ejb services

Author:
CincoSOFT
See Also:
Serialized Form
Created:
Junio 2003

Field Summary
private  java.lang.String newPassword
          Value of new password's user
 
Constructor Summary
CambioPasswordValue(java.lang.String newPassword)
          constructor: initializes attributes
 
Method Summary
 java.lang.String getNewPassword()
          get method for new user password
 java.lang.String toString()
          String representation of the value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

newPassword

private java.lang.String newPassword
Value of new password's user

Constructor Detail

CambioPasswordValue

public CambioPasswordValue(java.lang.String newPassword)
constructor: initializes attributes

Parameters:
newPassword - Value of new password's user
Method Detail

getNewPassword

public java.lang.String getNewPassword()
get method for new user password

Returns:
The new password value

toString

public java.lang.String toString()
String representation of the value

Overrides:
toString in class java.lang.Object
Returns:
text of value