NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

/*
* Copyright 2006-2021 Highradius Coorporation
*/
package com.highradius.g4.redline.entity;

import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.Table;

import org.hibernate.annotations.SQLDelete;
import org.hibernate.annotations.Where;

import com.highradius.g4.core.entity.AuditedEntity;

// TODO: Auto-generated Javadoc
/**
* The Class FiscalCalendarYear.
*
* @author sourav.m
*/

@Entity
@Table(name = "fiscal_calendar_year")
@SQLDelete(sql = "UPDATE fiscal_calendar_year SET is_deleted = 1, update_time=now(), update_user='system' WHERE pk_fiscal_calendar_year_id = ?")
@Where(clause = "is_deleted = 0")
public class FiscalCalendarYear extends AuditedEntity {
/** The fiscal calendar. */
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Column(name = "pk_fiscal_calendar_year_id")
private Long pkFiscalCalendarYear;

/** The fk account id. */
@Column(name = "fk_account_id")
private Integer fkAccountId;

/** The fk fiscal calendar id. */
@ManyToOne(cascade = CascadeType.MERGE)
@JoinColumn(name = "fk_fiscal_calendar_id")
private FiscalCalendar fkFiscalCalendarId;

/** The year start date. */
@Column(name = "year_start_date")
private Integer yearStartDate;

/** The year end date. */
@Column(name = "year_end_date")
private Integer yearEndDate;

/** The quarter one end date. */
@Column(name = "quarter_one_end_date")
private Integer quarterOneEndDate;

/** The quarter two end date. */
@Column(name = "quarter_two_end_date")
private Integer quarterTwoEndDate;

/** The quarter three end date. */
@Column(name = "quarter_three_end_date")
private Integer quarterThreeEndDate;

/** The quarter four end date. */
@Column(name = "quarter_four_end_date")
private Integer quarterFourEndDate;

/** The half year end date. */
@Column(name = "half_year_end_date")
private Integer halfYearEndDate;

/**
* Gets the pk fiscal calendar year.
*
* @return the pk fiscal calendar year
*/
public Long getPkFiscalCalendarYear() {
return pkFiscalCalendarYear;
}

/**
* Sets the pk fiscal calendar year.
*
* @param pkFiscalCalendarYear the new pk fiscal calendar year
*/
public void setPkFiscalCalendarYear(Long pkFiscalCalendarYear) {
this.pkFiscalCalendarYear = pkFiscalCalendarYear;
}

/**
* Gets the fk account id.
*
* @return the fk account id
*/
public Integer getFkAccountId() {
return fkAccountId;
}

/**
* Sets the fk account id.
*
* @param fkAccountId the new fk account id
*/
public void setFkAccountId(Integer fkAccountId) {
this.fkAccountId = fkAccountId;
}

/**
* Gets the fk fiscal calendar id.
*
* @return the fk fiscal calendar id
*/
public FiscalCalendar getFkFiscalCalendarId() {
return fkFiscalCalendarId;
}

/**
* Sets the fk fiscal calendar id.
*
* @param fkFiscalCalendarId the new fk fiscal calendar id
*/
public void setFkFiscalCalendarId(FiscalCalendar fkFiscalCalendarId) {
this.fkFiscalCalendarId = fkFiscalCalendarId;
}

public Integer getYearStartDate() {
return yearStartDate;
}

public Integer getYearEndDate() {
return yearEndDate;
}

public Integer getQuarterOneEndDate() {
return quarterOneEndDate;
}

public Integer getQuarterTwoEndDate() {
return quarterTwoEndDate;
}

public Integer getQuarterThreeEndDate() {
return quarterThreeEndDate;
}

public Integer getQuarterFourEndDate() {
return quarterFourEndDate;
}

public Integer getHalfYearEndDate() {
return halfYearEndDate;
}

public void setYearStartDate(Integer yearStartDate) {
this.yearStartDate = yearStartDate;
}

public void setYearEndDate(Integer yearEndDate) {
this.yearEndDate = yearEndDate;
}

public void setQuarterOneEndDate(Integer quarterOneEndDate) {
this.quarterOneEndDate = quarterOneEndDate;
}

public void setQuarterTwoEndDate(Integer quarterTwoEndDate) {
this.quarterTwoEndDate = quarterTwoEndDate;
}

public void setQuarterThreeEndDate(Integer quarterThreeEndDate) {
this.quarterThreeEndDate = quarterThreeEndDate;
}

public void setQuarterFourEndDate(Integer quarterFourEndDate) {
this.quarterFourEndDate = quarterFourEndDate;
}

public void setHalfYearEndDate(Integer halfYearEndDate) {
this.halfYearEndDate = halfYearEndDate;
}

}
     
 
what is notes.io
 

Notes.io is a web-based application for 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 12 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.