com.retek.rsm.util
Class RSMProperty
java.lang.Object
|
+--com.retek.rsm.util.RSMProperty
- public class RSMProperty
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSMProperty
public RSMProperty()
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.