com.elasticpath.domain.cmuser
Interface CmUserSession

All Superinterfaces:
EpDomain, java.io.Serializable, Transient
All Known Implementing Classes:
CmUserSessionImpl

public interface CmUserSession
extends Transient, java.io.Serializable

CmUserSession represents a user session in commerce manager.


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 interface com.elasticpath.domain.EpDomain
getElasticPath, setElasticPath
 

Method Detail

getCmUser

CmUser getCmUser()
Returns the CmUser instance.

Returns:
the CmUser instance

getImportJob

ImportJob getImportJob()
Returns the ImportJob instance.

Returns:
the ImportJob instance.

setCmUser

void setCmUser(CmUser cmUser)
Sets the CmUser instance.

Parameters:
cmUser - the CmUser instance.

setImportJob

void setImportJob(ImportJob importJob)
Sets the ImportJob instance.

Parameters:
importJob - the ImportJob instance.