All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ellucian.generated.eedm.pay_classes.v11_0.PayClasses Maven / Gradle / Ivy


package com.ellucian.generated.eedm.pay_classes.v11_0;

import javax.annotation.processing.Generated;
import com.ellucian.generated.eedm.academic_catalogs.v6_0.Metadata;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonPropertyDescription;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;


/**
 * Pay Classes
 * 

* The standard method of paying employees. * */ @JsonInclude(JsonInclude.Include.NON_NULL) @JsonPropertyOrder({ "metadata", "id", "title", "description", "code", "paysPerYear", "classType", "payFrequency", "hoursPerPeriod", "status", "compensationType" }) @Generated("jsonschema2pojo") public class PayClasses { /** * Metadata *

* Metadata about the JSON payload * */ @JsonProperty("metadata") @JsonPropertyDescription("Metadata about the JSON payload") private Metadata metadata; /** * ID *

* The global identifier of the pay class. * (Required) * */ @JsonProperty("id") @JsonPropertyDescription("The global identifier of the pay class.") private String id; /** * Title *

* The full name of the pay class. * (Required) * */ @JsonProperty("title") @JsonPropertyDescription("The full name of the pay class.") private String title; /** * Description *

* The description of the pay class. * */ @JsonProperty("description") @JsonPropertyDescription("The description of the pay class.") private String description; /** * Code *

* A code that may be used to identify the pay class. * */ @JsonProperty("code") @JsonPropertyDescription("A code that may be used to identify the pay class.") private String code; /** * Pays Per Year *

* The number of pays per year employees are scheduled to receive. * */ @JsonProperty("paysPerYear") @JsonPropertyDescription("The number of pays per year employees are scheduled to receive.") private Object paysPerYear; /** * Class Type *

* An indicator if the pay class is supplemental to (used in addition to) another pay class. * */ @JsonProperty("classType") @JsonPropertyDescription("An indicator if the pay class is supplemental to (used in addition to) another pay class.") private Object classType; /** * Pay Frequency *

* The frequency at which employees are paid when they are working. * */ @JsonProperty("payFrequency") @JsonPropertyDescription("The frequency at which employees are paid when they are working.") private Object payFrequency; /** * Hours Per Period *

* The default pay period work hours for positions associated with the pay class. * */ @JsonProperty("hoursPerPeriod") @JsonPropertyDescription("The default pay period work hours for positions associated with the pay class.") private Object hoursPerPeriod; /** * Status *

* The status of the pay class (e.g. active or inactive). * */ @JsonProperty("status") @JsonPropertyDescription("The status of the pay class (e.g. active or inactive).") private Object status; /** * Compensation Type *

* The compensation type associated with the pay class (e.g. salary or wages). * */ @JsonProperty("compensationType") @JsonPropertyDescription("The compensation type associated with the pay class (e.g. salary or wages).") private Object compensationType; /** * Metadata *

* Metadata about the JSON payload * */ @JsonProperty("metadata") public Metadata getMetadata() { return metadata; } /** * Metadata *

* Metadata about the JSON payload * */ @JsonProperty("metadata") public void setMetadata(Metadata metadata) { this.metadata = metadata; } public PayClasses withMetadata(Metadata metadata) { this.metadata = metadata; return this; } /** * ID *

* The global identifier of the pay class. * (Required) * */ @JsonProperty("id") public String getId() { return id; } /** * ID *

* The global identifier of the pay class. * (Required) * */ @JsonProperty("id") public void setId(String id) { this.id = id; } public PayClasses withId(String id) { this.id = id; return this; } /** * Title *

* The full name of the pay class. * (Required) * */ @JsonProperty("title") public String getTitle() { return title; } /** * Title *

* The full name of the pay class. * (Required) * */ @JsonProperty("title") public void setTitle(String title) { this.title = title; } public PayClasses withTitle(String title) { this.title = title; return this; } /** * Description *

* The description of the pay class. * */ @JsonProperty("description") public String getDescription() { return description; } /** * Description *

* The description of the pay class. * */ @JsonProperty("description") public void setDescription(String description) { this.description = description; } public PayClasses withDescription(String description) { this.description = description; return this; } /** * Code *

* A code that may be used to identify the pay class. * */ @JsonProperty("code") public String getCode() { return code; } /** * Code *

* A code that may be used to identify the pay class. * */ @JsonProperty("code") public void setCode(String code) { this.code = code; } public PayClasses withCode(String code) { this.code = code; return this; } /** * Pays Per Year *

* The number of pays per year employees are scheduled to receive. * */ @JsonProperty("paysPerYear") public Object getPaysPerYear() { return paysPerYear; } /** * Pays Per Year *

* The number of pays per year employees are scheduled to receive. * */ @JsonProperty("paysPerYear") public void setPaysPerYear(Object paysPerYear) { this.paysPerYear = paysPerYear; } public PayClasses withPaysPerYear(Object paysPerYear) { this.paysPerYear = paysPerYear; return this; } /** * Class Type *

* An indicator if the pay class is supplemental to (used in addition to) another pay class. * */ @JsonProperty("classType") public Object getClassType() { return classType; } /** * Class Type *

* An indicator if the pay class is supplemental to (used in addition to) another pay class. * */ @JsonProperty("classType") public void setClassType(Object classType) { this.classType = classType; } public PayClasses withClassType(Object classType) { this.classType = classType; return this; } /** * Pay Frequency *

* The frequency at which employees are paid when they are working. * */ @JsonProperty("payFrequency") public Object getPayFrequency() { return payFrequency; } /** * Pay Frequency *

* The frequency at which employees are paid when they are working. * */ @JsonProperty("payFrequency") public void setPayFrequency(Object payFrequency) { this.payFrequency = payFrequency; } public PayClasses withPayFrequency(Object payFrequency) { this.payFrequency = payFrequency; return this; } /** * Hours Per Period *

* The default pay period work hours for positions associated with the pay class. * */ @JsonProperty("hoursPerPeriod") public Object getHoursPerPeriod() { return hoursPerPeriod; } /** * Hours Per Period *

* The default pay period work hours for positions associated with the pay class. * */ @JsonProperty("hoursPerPeriod") public void setHoursPerPeriod(Object hoursPerPeriod) { this.hoursPerPeriod = hoursPerPeriod; } public PayClasses withHoursPerPeriod(Object hoursPerPeriod) { this.hoursPerPeriod = hoursPerPeriod; return this; } /** * Status *

* The status of the pay class (e.g. active or inactive). * */ @JsonProperty("status") public Object getStatus() { return status; } /** * Status *

* The status of the pay class (e.g. active or inactive). * */ @JsonProperty("status") public void setStatus(Object status) { this.status = status; } public PayClasses withStatus(Object status) { this.status = status; return this; } /** * Compensation Type *

* The compensation type associated with the pay class (e.g. salary or wages). * */ @JsonProperty("compensationType") public Object getCompensationType() { return compensationType; } /** * Compensation Type *

* The compensation type associated with the pay class (e.g. salary or wages). * */ @JsonProperty("compensationType") public void setCompensationType(Object compensationType) { this.compensationType = compensationType; } public PayClasses withCompensationType(Object compensationType) { this.compensationType = compensationType; return this; } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append(PayClasses.class.getName()).append('@').append(Integer.toHexString(System.identityHashCode(this))).append('['); sb.append("metadata"); sb.append('='); sb.append(((this.metadata == null)?"":this.metadata)); sb.append(','); sb.append("id"); sb.append('='); sb.append(((this.id == null)?"":this.id)); sb.append(','); sb.append("title"); sb.append('='); sb.append(((this.title == null)?"":this.title)); sb.append(','); sb.append("description"); sb.append('='); sb.append(((this.description == null)?"":this.description)); sb.append(','); sb.append("code"); sb.append('='); sb.append(((this.code == null)?"":this.code)); sb.append(','); sb.append("paysPerYear"); sb.append('='); sb.append(((this.paysPerYear == null)?"":this.paysPerYear)); sb.append(','); sb.append("classType"); sb.append('='); sb.append(((this.classType == null)?"":this.classType)); sb.append(','); sb.append("payFrequency"); sb.append('='); sb.append(((this.payFrequency == null)?"":this.payFrequency)); sb.append(','); sb.append("hoursPerPeriod"); sb.append('='); sb.append(((this.hoursPerPeriod == null)?"":this.hoursPerPeriod)); sb.append(','); sb.append("status"); sb.append('='); sb.append(((this.status == null)?"":this.status)); sb.append(','); sb.append("compensationType"); sb.append('='); sb.append(((this.compensationType == null)?"":this.compensationType)); sb.append(','); if (sb.charAt((sb.length()- 1)) == ',') { sb.setCharAt((sb.length()- 1), ']'); } else { sb.append(']'); } return sb.toString(); } @Override public int hashCode() { int result = 1; result = ((result* 31)+((this.paysPerYear == null)? 0 :this.paysPerYear.hashCode())); result = ((result* 31)+((this.metadata == null)? 0 :this.metadata.hashCode())); result = ((result* 31)+((this.code == null)? 0 :this.code.hashCode())); result = ((result* 31)+((this.payFrequency == null)? 0 :this.payFrequency.hashCode())); result = ((result* 31)+((this.hoursPerPeriod == null)? 0 :this.hoursPerPeriod.hashCode())); result = ((result* 31)+((this.description == null)? 0 :this.description.hashCode())); result = ((result* 31)+((this.id == null)? 0 :this.id.hashCode())); result = ((result* 31)+((this.title == null)? 0 :this.title.hashCode())); result = ((result* 31)+((this.classType == null)? 0 :this.classType.hashCode())); result = ((result* 31)+((this.status == null)? 0 :this.status.hashCode())); result = ((result* 31)+((this.compensationType == null)? 0 :this.compensationType.hashCode())); return result; } @Override public boolean equals(Object other) { if (other == this) { return true; } if ((other instanceof PayClasses) == false) { return false; } PayClasses rhs = ((PayClasses) other); return ((((((((((((this.paysPerYear == rhs.paysPerYear)||((this.paysPerYear!= null)&&this.paysPerYear.equals(rhs.paysPerYear)))&&((this.metadata == rhs.metadata)||((this.metadata!= null)&&this.metadata.equals(rhs.metadata))))&&((this.code == rhs.code)||((this.code!= null)&&this.code.equals(rhs.code))))&&((this.payFrequency == rhs.payFrequency)||((this.payFrequency!= null)&&this.payFrequency.equals(rhs.payFrequency))))&&((this.hoursPerPeriod == rhs.hoursPerPeriod)||((this.hoursPerPeriod!= null)&&this.hoursPerPeriod.equals(rhs.hoursPerPeriod))))&&((this.description == rhs.description)||((this.description!= null)&&this.description.equals(rhs.description))))&&((this.id == rhs.id)||((this.id!= null)&&this.id.equals(rhs.id))))&&((this.title == rhs.title)||((this.title!= null)&&this.title.equals(rhs.title))))&&((this.classType == rhs.classType)||((this.classType!= null)&&this.classType.equals(rhs.classType))))&&((this.status == rhs.status)||((this.status!= null)&&this.status.equals(rhs.status))))&&((this.compensationType == rhs.compensationType)||((this.compensationType!= null)&&this.compensationType.equals(rhs.compensationType)))); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy