com.solidstategroup.user
Class UserType

java.lang.Object
  extended by com.solidstategroup.user.UserType
Direct Known Subclasses:
CMSUserType, WebUserType

public class UserType
extends java.lang.Object


Constructor Summary
UserType()
           
 
Method Summary
 java.lang.String getDescription()
           
 int getUserTypeId()
           
 java.lang.String getUserTypeIdEncrypted()
           
 void setDescription(java.lang.String description)
           
 void setUserTypeId(int userTypeId)
           
 void setUserTypeIdEncrypted(java.lang.String userTypeIdEncrypted)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserType

public UserType()
Method Detail

getUserTypeId

public int getUserTypeId()

setUserTypeId

public void setUserTypeId(int userTypeId)

getUserTypeIdEncrypted

public java.lang.String getUserTypeIdEncrypted()

setUserTypeIdEncrypted

public void setUserTypeIdEncrypted(java.lang.String userTypeIdEncrypted)

setDescription

public void setDescription(java.lang.String description)

getDescription

public java.lang.String getDescription()