|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.elasticpath.domain.impl.AbstractEpDomainImpl
com.elasticpath.domain.impl.AbstractTransientImpl
com.elasticpath.domain.cmuser.impl.CmUserSessionImpl
public class CmUserSessionImpl
The default implementation of CmUserSession.
| 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 |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public CmUserSessionImpl()
| Method Detail |
|---|
public CmUser getCmUser()
CmUser instance.
getCmUser in interface CmUserSessionCmUser instancepublic ImportJob getImportJob()
ImportJob instance.
getImportJob in interface CmUserSessionImportJob instance.public void setCmUser(CmUser cmUser)
CmUser instance.
setCmUser in interface CmUserSessioncmUser - the CmUser instance.public void setImportJob(ImportJob importJob)
ImportJob instance.
setImportJob in interface CmUserSessionimportJob - the ImportJob instance.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||