com.solidstategroup.user
Class WebUserExternalType

java.lang.Object
  extended by com.solidstategroup.user.WebUserExternalType

public class WebUserExternalType
extends java.lang.Object


Constructor Summary
WebUserExternalType()
           
 
Method Summary
 java.lang.String getDescription()
           
 int getExternalTypeId()
           
 void setDescription(java.lang.String description)
           
 void setExternalTypeId(int externalTypeId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebUserExternalType

public WebUserExternalType()
Method Detail

getExternalTypeId

public int getExternalTypeId()

setExternalTypeId

public void setExternalTypeId(int externalTypeId)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)