com.elasticpath.domain.impl
Class AbstractEpDomainImpl

java.lang.Object
  extended by com.elasticpath.domain.impl.AbstractEpDomainImpl
All Implemented Interfaces:
EpDomain, java.io.Serializable
Direct Known Subclasses:
AbstractAttributeTypeImpl, AbstractPersistenceImpl, AbstractTransientImpl, ImportBadRowImpl, ImportRunningJobImpl

public abstract class AbstractEpDomainImpl
extends java.lang.Object
implements EpDomain

Abstract implementation of an EP domain class.

See Also:
Serialized Form

Field Summary
static long serialVersionUID
          Serial version id.
 
Constructor Summary
AbstractEpDomainImpl()
           
 
Method Summary
 ElasticPath getElasticPath()
          Get the ElasticPath singleton.
 void setElasticPath(ElasticPath elasticpath)
          Inject the ElasticPath singleton.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
Serial version id.

See Also:
Constant Field Values
Constructor Detail

AbstractEpDomainImpl

public AbstractEpDomainImpl()
Method Detail

getElasticPath

public ElasticPath getElasticPath()
Get the ElasticPath singleton.

Specified by:
getElasticPath in interface EpDomain
Returns:
elasticpath the ElasticPath singleton.

setElasticPath

public void setElasticPath(ElasticPath elasticpath)
Inject the ElasticPath singleton.

Specified by:
setElasticPath in interface EpDomain
Parameters:
elasticpath - the ElasticPath singleton.