Class MockProfile

java.lang.Object
de.joergdev.mosy.backend.persistence.model.MockProfile
All Implemented Interfaces:
TenantScoped

@Entity public class MockProfile extends Object implements TenantScoped
Since:
2.0
  • Field Details

  • Constructor Details

    • MockProfile

      public MockProfile()
  • Method Details

    • getCreated

      public LocalDateTime getCreated()
    • setCreated

      public void setCreated(LocalDateTime created)
    • getMockProfileID

      public Integer getMockProfileID()
      Returns:
      the mockProfileID
    • setMockProfileID

      public void setMockProfileID(Integer mockProfileID)
      Parameters:
      mockProfileID - the mockProfileID to set
    • getName

      public String getName()
      Returns:
      the name
    • setName

      public void setName(String name)
      Parameters:
      name - the name to set
    • getPersistent

      public Boolean getPersistent()
      Returns:
      the persistent
    • setPersistent

      public void setPersistent(Boolean persistent)
      Parameters:
      persistent - the persistent to set
    • getUseCommonMocks

      public Boolean getUseCommonMocks()
      Returns:
      the useCommonMocks
    • setUseCommonMocks

      public void setUseCommonMocks(Boolean useCommonMocks)
      Parameters:
      useCommonMocks - the useCommonMocks to set
    • getDescription

      public String getDescription()
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Parameters:
      description - the description to set
    • getMockData

      public List<MockDataMockProfile> getMockData()
      Returns:
      the mockData
    • setMockData

      public void setMockData(List<MockDataMockProfile> mockData)
      Parameters:
      mockData - the mockData to set
    • getTenant

      public Tenant getTenant()
      Specified by:
      getTenant in interface TenantScoped
    • setTenant

      public void setTenant(Tenant tenant)
      Specified by:
      setTenant in interface TenantScoped