com.elasticpath.domain.cmuser.impl
Class CmUserSessionImpl

java.lang.Object
  extended by com.elasticpath.domain.impl.AbstractEpDomainImpl
      extended by com.elasticpath.domain.impl.AbstractTransientImpl
          extended by com.elasticpath.domain.cmuser.impl.CmUserSessionImpl
All Implemented Interfaces:
CmUserSession, EpDomain, Transient, java.io.Serializable

public class CmUserSessionImpl
extends AbstractTransientImpl
implements CmUserSession

The default implementation of CmUserSession.

See Also:
Serialized Form

Field Summary
static long serialVersionUID
          Serial version id.
 
Constructor Summary
CmUserSessionImpl()
           
 
Method Summary
 CmUser getCmUser()
          Returns the CmUser instance.
 ImportJob getImportJob()
          Returns the ImportJob instance.
 void setCmUser(CmUser cmUser)
          Sets the CmUser instance.
 void setImportJob(ImportJob importJob)
          Sets the ImportJob instance.
 
Methods inherited from class com.elasticpath.domain.impl.AbstractEpDomainImpl
getElasticPath, setElasticPath
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.elasticpath.domain.EpDomain
getElasticPath, setElasticPath
 

Field Detail

serialVersionUID

public static final long serialVersionUID
Serial version id.

See Also:
Constant Field Values
Constructor Detail

CmUserSessionImpl

public CmUserSessionImpl()
Method Detail

getCmUser

public CmUser getCmUser()
Returns the CmUser instance.

Specified by:
getCmUser in interface CmUserSession
Returns:
the CmUser instance

getImportJob

public ImportJob getImportJob()
Returns the ImportJob instance.

Specified by:
getImportJob in interface CmUserSession
Returns:
the ImportJob instance.

setCmUser

public void setCmUser(CmUser cmUser)
Sets the CmUser instance.

Specified by:
setCmUser in interface CmUserSession
Parameters:
cmUser - the CmUser instance.

setImportJob

public void setImportJob(ImportJob importJob)
Sets the ImportJob instance.

Specified by:
setImportJob in interface CmUserSession
Parameters:
importJob - the ImportJob instance.