Class Billing

java.lang.Object
io.gs2.project.model.Billing
All Implemented Interfaces:
IModel, Serializable, Comparable<Billing>

public class Billing extends Object implements IModel, Serializable, Comparable<Billing>
See Also:
  • Constructor Details

    • Billing

      public Billing()
  • Method Details

    • getBillingId

      public String getBillingId()
    • setBillingId

      public void setBillingId(String billingId)
    • withBillingId

      public Billing withBillingId(String billingId)
    • getProjectName

      public String getProjectName()
    • setProjectName

      public void setProjectName(String projectName)
    • withProjectName

      public Billing withProjectName(String projectName)
    • getYear

      public Integer getYear()
    • setYear

      public void setYear(Integer year)
    • withYear

      public Billing withYear(Integer year)
    • getMonth

      public Integer getMonth()
    • setMonth

      public void setMonth(Integer month)
    • withMonth

      public Billing withMonth(Integer month)
    • getRegion

      public String getRegion()
    • setRegion

      public void setRegion(String region)
    • withRegion

      public Billing withRegion(String region)
    • getService

      public String getService()
    • setService

      public void setService(String service)
    • withService

      public Billing withService(String service)
    • getActivityType

      public String getActivityType()
    • setActivityType

      public void setActivityType(String activityType)
    • withActivityType

      public Billing withActivityType(String activityType)
    • getUnit

      public Double getUnit()
    • setUnit

      public void setUnit(Double unit)
    • withUnit

      public Billing withUnit(Double unit)
    • getUnitName

      public String getUnitName()
    • setUnitName

      public void setUnitName(String unitName)
    • withUnitName

      public Billing withUnitName(String unitName)
    • getPrice

      public Long getPrice()
    • setPrice

      public void setPrice(Long price)
    • withPrice

      public Billing withPrice(Long price)
    • getCurrency

      public String getCurrency()
    • setCurrency

      public void setCurrency(String currency)
    • withCurrency

      public Billing withCurrency(String currency)
    • getCreatedAt

      public Long getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • withCreatedAt

      public Billing withCreatedAt(Long createdAt)
    • getUpdatedAt

      public Long getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • withUpdatedAt

      public Billing withUpdatedAt(Long updatedAt)
    • fromJson

      public static Billing fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()
    • compareTo

      public int compareTo(Billing o)
      Specified by:
      compareTo in interface Comparable<Billing>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object