Class RestrictionTypeModelMother
- java.lang.Object
-
- de.hybris.platform.cmsfacades.util.models.AbstractModelMother<RestrictionTypeModel>
-
- de.hybris.platform.cmsfacades.util.models.RestrictionTypeModelMother
-
public class RestrictionTypeModelMother extends AbstractModelMother<RestrictionTypeModel>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCODE_CMS_TIME_RESTRICTIONprotected static java.lang.Class<?>SUPER_TYPE
-
Constructor Summary
Constructors Constructor Description RestrictionTypeModelMother()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestrictionTypeModelCMSTimeRestriction()RestrictionTypeDaogetRestrictionTypeDao()voidsetRestrictionTypeDao(RestrictionTypeDao restrictionTypeDao)-
Methods inherited from class de.hybris.platform.cmsfacades.util.models.AbstractModelMother
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelFromCollection, getModelService, getOrSaveAndReturn, saveModel, setFlexibleSearchService, setModelService
-
-
-
-
Field Detail
-
SUPER_TYPE
protected static final java.lang.Class<?> SUPER_TYPE
-
CODE_CMS_TIME_RESTRICTION
public static final java.lang.String CODE_CMS_TIME_RESTRICTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
CMSTimeRestriction
public RestrictionTypeModel CMSTimeRestriction()
-
getRestrictionTypeDao
public RestrictionTypeDao getRestrictionTypeDao()
-
setRestrictionTypeDao
public void setRestrictionTypeDao(RestrictionTypeDao restrictionTypeDao)
-
-