com.redhat.rhn.domain.user.legacy
Class AbstractUserChild

java.lang.Object
  extended by com.redhat.rhn.domain.BaseDomainHelper
      extended by com.redhat.rhn.domain.user.legacy.AbstractUserChild
Direct Known Subclasses:
PersonalInfo, UserInfo

public abstract class AbstractUserChild
extends BaseDomainHelper

Class that contains webUserId field to be used by children of the User object (parent key)


Constructor Summary
AbstractUserChild()
           
 
Method Summary
 java.lang.Long getWebUserId()
          Gets the current value of id
protected  void setWebUserId(java.lang.Long webUserIdIn)
          Sets the value of id to new value
 
Methods inherited from class com.redhat.rhn.domain.BaseDomainHelper
getCreated, getModified, setCreated, setModified
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractUserChild

public AbstractUserChild()
Method Detail

getWebUserId

public java.lang.Long getWebUserId()
Gets the current value of id

Returns:
long the current value

setWebUserId

protected void setWebUserId(java.lang.Long webUserIdIn)
Sets the value of id to new value

Parameters:
webUserIdIn - New value for id