NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

package dbloadingDAY5;

import java.sql.Date;

public class dbLoadingPojo {

Integer account_id;
String document_number_norm;
String company_code;
String fiscal_year;
String branch;
String customer_number_norm;
Integer fk_customer_map_id;
Date document_date_norm;
Date baseline_date_norm;
Date due_date_norm;
String invoice_number_norm;
Double open_amount_norm;
String payment_terms;
Date clearing_date_norm;
Integer isOpen;
String order_type;
Date order_date;
String business_area;
Date ship_date;
Integer job_id;
Double tax_amt;
Double current_disput_amount;
String ship_to;
Integer document_id;
Date document_date;
Double actual_open_amount;
Date due_date;
Integer invoice_age;
Integer isvalid_dispute;
String posting_key;
Integer strategy_id;
String currency;
Integer debit_credit_indicator;
Double valid_open_amount;
String customer_name;
String create_user;
Date create_date;
Date update_user;

public Integer getAccount_id() {
return account_id;
}
public void setAccount_id(Integer account_id) {
this.account_id = account_id;
}
public String getDocument_number_norm() {
return document_number_norm;
}
public void setDocument_number_norm(String document_number_norm) {
this.document_number_norm = document_number_norm;
}
public String getCompany_code() {
return company_code;
}
public void setCompany_code(String company_code) {
this.company_code = company_code;
}
public String getFiscal_year() {
return fiscal_year;
}
public void setFiscal_year(String fiscal_year) {
this.fiscal_year = fiscal_year;
}
public String getBranch() {
return branch;
}
public void setBranch(String branch) {
this.branch = branch;
}
public String getCustomer_number_norm() {
return customer_number_norm;
}
public void setCustomer_number_norm(String customer_number_norm) {
this.customer_number_norm = customer_number_norm;
}
public Integer getFk_customer_map_id() {
return fk_customer_map_id;
}
public void setFk_customer_map_id(Integer fk_customer_map_id) {
this.fk_customer_map_id = fk_customer_map_id;
}
public Date getDocument_date_norm() {
return document_date_norm;
}
public void setDocument_date_norm(Date document_date_norm) {
this.document_date_norm = document_date_norm;
}
public Date getBaseline_date_norm() {
return baseline_date_norm;
}
public void setBaseline_date_norm(Date baseline_date_norm) {
this.baseline_date_norm = baseline_date_norm;
}
public Date getDue_date_norm() {
return due_date_norm;
}
public void setDue_date_norm(Date due_date_norm) {
this.due_date_norm = due_date_norm;
}
public String getInvoice_number_norm() {
return invoice_number_norm;
}
public void setInvoice_number_norm(String invoice_number_norm) {
this.invoice_number_norm = invoice_number_norm;
}
public Double getOpen_amount_norm() {
return open_amount_norm;
}
public void setOpen_amount_norm(Double open_amount_norm) {
this.open_amount_norm = open_amount_norm;
}
public String getPayment_terms() {
return payment_terms;
}
public void setPayment_terms(String payment_terms) {
this.payment_terms = payment_terms;
}
public Date getClearing_date_norm() {
return clearing_date_norm;
}
public void setClearing_date_norm(Date clearing_date_norm) {
this.clearing_date_norm = clearing_date_norm;
}
public Integer getIsOpen() {
return isOpen;
}
public void setIsOpen(Integer isOpen) {
this.isOpen = isOpen;
}
public String getOrder_type() {
return order_type;
}
public void setOrder_type(String order_type) {
this.order_type = order_type;
}
public Date getOrder_date() {
return order_date;
}
public void setOrder_date(Date order_date) {
this.order_date = order_date;
}
public String getBusiness_area() {
return business_area;
}
public void setBusiness_area(String business_area) {
this.business_area = business_area;
}
public Date getShip_date() {
return ship_date;
}
public void setShip_date(Date ship_date) {
this.ship_date = ship_date;
}
public Integer getJob_id() {
return job_id;
}
public void setJob_id(Integer job_id) {
this.job_id = job_id;
}
public Double getTax_amt() {
return tax_amt;
}
public void setTax_amt(Double tax_amt) {
this.tax_amt = tax_amt;
}
public Double getCurrent_disput_amount() {
return current_disput_amount;
}
public void setCurrent_disput_amount(Double current_disput_amount) {
this.current_disput_amount = current_disput_amount;
}
public String getShip_to() {
return ship_to;
}
public void setShip_to(String ship_to) {
this.ship_to = ship_to;
}
public Integer getDocument_id() {
return document_id;
}
public void setDocument_id(Integer document_id) {
this.document_id = document_id;
}
public Date getDocument_date() {
return document_date;
}
public void setDocument_date(Date document_date) {
this.document_date = document_date;
}
public Double getActual_open_amount() {
return actual_open_amount;
}
public void setActual_open_amount(Double actual_open_amount) {
this.actual_open_amount = actual_open_amount;
}
public Date getDue_date() {
return due_date;
}
public void setDue_date(Date due_date) {
this.due_date = due_date;
}
public Integer getInvoice_age() {
return invoice_age;
}
public void setInvoice_age(Integer invoice_age) {
this.invoice_age = invoice_age;
}
public Integer getIsvalid_dispute() {
return isvalid_dispute;
}
public void setIsvalid_dispute(Integer isvalid_dispute) {
this.isvalid_dispute = isvalid_dispute;
}
public String getPosting_key() {
return posting_key;
}
public void setPosting_key(String posting_key) {
this.posting_key = posting_key;
}
public Integer getStrategy_id() {
return strategy_id;
}
public void setStrategy_id(Integer strategy_id) {
this.strategy_id = strategy_id;
}
public String getCurrency() {
return currency;
}
public void setCurrency(String currency) {
this.currency = currency;
}
public Integer getDebit_credit_indicator() {
return debit_credit_indicator;
}
public void setDebit_credit_indicator(Integer debit_credit_indicator) {
this.debit_credit_indicator = debit_credit_indicator;
}
public Double getValid_open_amount() {
return valid_open_amount;
}
public void setValid_open_amount(Double valid_open_amount) {
this.valid_open_amount = valid_open_amount;
}
public String getCustomer_name() {
return customer_name;
}
public void setCustomer_name(String customer_name) {
this.customer_name = customer_name;
}
public String getCreate_user() {
return create_user;
}
public void setCreate_user(String create_user) {
this.create_user = create_user;
}
public Date getCreate_date() {
return create_date;
}
public void setCreate_date(Date create_date) {
this.create_date = create_date;
}
public Date getUpdate_user() {
return update_user;
}
public void setUpdate_user(Date update_user) {
this.update_user = update_user;
}
public Date getUpdate_date() {
return update_date;
}
public void setUpdate_date(Date update_date) {
this.update_date = update_date;
}
private Date update_date;

}
     
 
what is notes.io
 

Notes is a web-based application for online taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000+ notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 14 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.