Class TuitionConfig

  • All Implemented Interfaces:
    Serializable, org.beangle.commons.entity.Entity<Integer>

    @Entity(name="org.openurp.std.fee.model.TuitionConfig")
    public class TuitionConfig
    extends org.beangle.commons.entity.pojo.IntegerIdObject
    See Also:
    Serialized Form
    • Constructor Detail

      • TuitionConfig

        public TuitionConfig()
    • Method Detail

      • getFromGrade

        public String getFromGrade()
      • setFromGrade

        public void setFromGrade​(String fromGrade)
      • getToGrade

        public String getToGrade()
      • setToGrade

        public void setToGrade​(String toGrade)
      • getDepartment

        public Department getDepartment()
      • setDepartment

        public void setDepartment​(Department department)
      • getMajor

        public Major getMajor()
      • setMajor

        public void setMajor​(Major major)
      • getFeeType

        public FeeType getFeeType()
      • setFeeType

        public void setFeeType​(FeeType feeType)
      • getAmount

        public int getAmount()
      • setAmount

        public void setAmount​(int amount)
      • getRemark

        public String getRemark()
      • setRemark

        public void setRemark​(String remark)