Class MockProfile
java.lang.Object
de.joergdev.mosy.backend.persistence.model.MockProfile
- All Implemented Interfaces:
TenantScoped
- Since:
- 2.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetCreated(LocalDateTime created) voidsetDescription(String description) voidsetMockData(List<MockDataMockProfile> mockData) voidsetMockProfileID(Integer mockProfileID) voidvoidsetPersistent(Boolean persistent) voidvoidsetUseCommonMocks(Boolean useCommonMocks)
-
Field Details
-
LENGTH_NAME
public static final int LENGTH_NAME- See Also:
-
LENGTH_DESCRIPTION
public static final int LENGTH_DESCRIPTION- See Also:
-
-
Constructor Details
-
MockProfile
public MockProfile()
-
-
Method Details
-
getCreated
-
setCreated
-
getMockProfileID
- Returns:
- the mockProfileID
-
setMockProfileID
- Parameters:
mockProfileID- the mockProfileID to set
-
getName
- Returns:
- the name
-
setName
- Parameters:
name- the name to set
-
getPersistent
- Returns:
- the persistent
-
setPersistent
- Parameters:
persistent- the persistent to set
-
getUseCommonMocks
- Returns:
- the useCommonMocks
-
setUseCommonMocks
- Parameters:
useCommonMocks- the useCommonMocks to set
-
getDescription
- Returns:
- the description
-
setDescription
- Parameters:
description- the description to set
-
getMockData
- Returns:
- the mockData
-
setMockData
- Parameters:
mockData- the mockData to set
-
getTenant
- Specified by:
getTenantin interfaceTenantScoped
-
setTenant
- Specified by:
setTenantin interfaceTenantScoped
-