Class CatalogComplete

java.lang.Object
com.maplander.backend.model.manage.catalog.complex.CatalogComplete

public class CatalogComplete extends Object
  • Constructor Details

  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getUserId

      public Long getUserId()
    • setUserId

      public void setUserId(Long userId)
    • getOfficeId

      public Long getOfficeId()
    • setOfficeId

      public void setOfficeId(Long officeId)
    • getPropertyLites

      public List<PropertyLite> getPropertyLites()
    • setPropertyLites

      public void setPropertyLites(List<PropertyLite> propertyLites)