java.lang.Object
app.valuationcontrol.multimodule.library.entities.Area
All Implemented Interfaces:
DataTransformer<AreaData>, ModelProvider

@Entity public class Area extends Object implements DataTransformer<AreaData>, ModelProvider
  • Constructor Details

    • Area

      public Area(AreaData areaData, Model model)
    • Area

      public Area(Model attachedModel, String areaName, String description, Integer order)
      Creates a new @area
      Parameters:
      attachedModel - the model to attach
      areaName - is the areaName of the area
      description - is the areaDescription of the area
    • Area

      public Area(Area existingArea)
  • Method Details