@PlanningEntity
public class TestdataEntityCollectionPropertyEntity extends TestdataObject {
public static EntityDescriptor buildEntityDescriptor() {
SolutionDescriptor solutionDescriptor = TestdataEntityCollectionPropertySolution.buildSolutionDescriptor();
return solutionDescriptor.findEntityDescriptorOrFail(TestdataEntityCollectionPropertyEntity.class);
}
private List<TestdataEntityCollectionPropertyEntity> entityList;
private Set<TestdataEntityCollectionPropertyEntity> entitySet;
private Map<String, TestdataEntityCollectionPropertyEntity> stringToEntityMap;