Class BOMicroclusterAggregate

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.location.microcluster.aggregate.BOMicroclusterAggregate
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOMicroclusterAggregate extends DynO
Business object representing a microcluster aggregate
See Also:
GCApi:
bo
  • Constructor Details

    • BOMicroclusterAggregate

      public BOMicroclusterAggregate()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getMunicipalityCode

      public String getMunicipalityCode()
    • setMunicipalityCode

      public void setMunicipalityCode(String municipalityCode)
    • getPostcode

      public String getPostcode()
    • setPostcode

      public void setPostcode(String postcode)
    • getPeriod

      public Long getPeriod()
    • setPeriod

      public void setPeriod(Long period)
    • getSum

      public Long getSum()
    • setSum

      public void setSum(Long sum)
    • getOperationCenter

      public Long getOperationCenter()
    • setOperationCenter

      public void setOperationCenter(Long operationCenter)
    • getIsSystem

      public Boolean getIsSystem()
    • setIsSystem

      public void setIsSystem(Boolean isSystem)