com.retek.rsm.util
Class RSMProperty

java.lang.Object
  extended bycom.retek.rsm.util.RSMProperty

public class RSMProperty
extends java.lang.Object


Constructor Summary
RSMProperty()
           
 
Method Summary
 int getPasswordLength()
           
 int getUserNameLength()
           
 boolean isMaskPassword()
           
 void setMaskPassword(boolean maskPassword)
           
 void setPasswordLength(int passwordLength)
           
 void setUserNameLength(int userNameLength)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSMProperty

public RSMProperty()
Method Detail

isMaskPassword

public boolean isMaskPassword()
Returns:
Returns the maskPassword.

setMaskPassword

public void setMaskPassword(boolean maskPassword)
Parameters:
maskPassword - The maskPassword to set.

getPasswordLength

public int getPasswordLength()
Returns:
Returns the passwordLength.

setPasswordLength

public void setPasswordLength(int passwordLength)
Parameters:
passwordLength - The passwordLength to set.

getUserNameLength

public int getUserNameLength()
Returns:
Returns the userNameLength.

setUserNameLength

public void setUserNameLength(int userNameLength)
Parameters:
userNameLength - The userNameLength to set.