AgentProperties.java
package com.tradecloud.domain.configuration.agent;
import com.tradecloud.common.base.PersistenceBase;
import javax.persistence.MappedSuperclass;
import javax.validation.constraints.NotNull;
@MappedSuperclass
public class AgentProperties extends PersistenceBase {
private static final long serialVersionUID = 1L;
@NotNull
private boolean name;
@NotNull
private boolean reference;
public boolean isActive() {
return active;
}
public void setActive(boolean active) {
this.active = active;
}
@NotNull
private boolean active;
@NotNull
private boolean companyRegistrationNumber;
@NotNull
private boolean salesTaxRegistrationNumber;
@NotNull
private boolean vatRegistrationNumber;
@NotNull
private boolean warehouseCode;
@NotNull
private boolean unitPricePerItem;
@NotNull
private boolean lcToleranceAbove;
@NotNull
private boolean lcToleranceBelow;
@NotNull
private boolean physicalAddressLine1;
@NotNull
private boolean physicalAddressLine2;
@NotNull
private boolean physicalAddressLine3;
@NotNull
private boolean physicalAddressCode;
@NotNull
private boolean physicalAddressCity;
@NotNull
private boolean physicalAddressCountry;
@NotNull
private boolean postalAddressLine1;
@NotNull
private boolean postalAddressLine2;
@NotNull
private boolean postalAddressLine3;
@NotNull
private boolean postalAddressCode;
@NotNull
private boolean postalAddressCity;
@NotNull
private boolean postalAddressCountry;
@NotNull
private boolean contactName;
@NotNull
private boolean contactPhoneNumber;
@NotNull
private boolean contactFaxNumber;
@NotNull
private boolean contactCellNumber;
@NotNull
private boolean contactEmailAddress;
@NotNull
private boolean currency;
@NotNull
private boolean paymentMethod;
@NotNull
private boolean paymentTerm;
@NotNull
private boolean incoterm;
@NotNull
private boolean placeOfExpiry;
@NotNull
private boolean tolerancePlus;
@NotNull
private boolean toleranceMinus;
@NotNull
private boolean actualPaymentBasis;
@NotNull
private boolean freightForwarder;
@NotNull
private boolean clearingAgent;
@NotNull
private boolean transporter;
@NotNull
private boolean presentationDays;
@NotNull
private boolean advisingBank;
@NotNull
private boolean transShipmentAllowed;
@NotNull
private boolean partShipmentAllowed;
@NotNull
private boolean estimatedPaymentBasis;
public boolean isPhysicalAddressLine1() {
return physicalAddressLine1;
}
public void setPhysicalAddressLine1(boolean physicalAddressLine1) {
this.physicalAddressLine1 = physicalAddressLine1;
}
public boolean isPhysicalAddressLine2() {
return physicalAddressLine2;
}
public void setPhysicalAddressLine2(boolean physicalAddressLine2) {
this.physicalAddressLine2 = physicalAddressLine2;
}
public boolean isPhysicalAddressLine3() {
return physicalAddressLine3;
}
public void setPhysicalAddressLine3(boolean physicalAddressLine3) {
this.physicalAddressLine3 = physicalAddressLine3;
}
public boolean isPhysicalAddressCode() {
return physicalAddressCode;
}
public void setPhysicalAddressCode(boolean physicalAddressCode) {
this.physicalAddressCode = physicalAddressCode;
}
public boolean isPhysicalAddressCity() {
return physicalAddressCity;
}
public void setPhysicalAddressCity(boolean physicalAddressCity) {
this.physicalAddressCity = physicalAddressCity;
}
public boolean isPhysicalAddressCountry() {
return physicalAddressCountry;
}
public void setPhysicalAddressCountry(boolean physicalAddressCountry) {
this.physicalAddressCountry = physicalAddressCountry;
}
public boolean isPostalAddressLine1() {
return postalAddressLine1;
}
public void setPostalAddressLine1(boolean postalAddressLine1) {
this.postalAddressLine1 = postalAddressLine1;
}
public boolean isPostalAddressLine2() {
return postalAddressLine2;
}
public void setPostalAddressLine2(boolean postalAddressLine2) {
this.postalAddressLine2 = postalAddressLine2;
}
public boolean isPostalAddressLine3() {
return postalAddressLine3;
}
public void setPostalAddressLine3(boolean postalAddressLine3) {
this.postalAddressLine3 = postalAddressLine3;
}
public boolean isPostalAddressCode() {
return postalAddressCode;
}
public void setPostalAddressCode(boolean postalAddressCode) {
this.postalAddressCode = postalAddressCode;
}
public boolean isPostalAddressCity() {
return postalAddressCity;
}
public void setPostalAddressCity(boolean postalAddressCity) {
this.postalAddressCity = postalAddressCity;
}
public boolean isPostalAddressCountry() {
return postalAddressCountry;
}
public void setPostalAddressCountry(boolean postalAddressCountry) {
this.postalAddressCountry = postalAddressCountry;
}
public boolean isContactName() {
return contactName;
}
public void setContactName(boolean contactName) {
this.contactName = contactName;
}
public boolean isContactPhoneNumber() {
return contactPhoneNumber;
}
public void setContactPhoneNumber(boolean contactPhoneNumber) {
this.contactPhoneNumber = contactPhoneNumber;
}
public boolean isContactFaxNumber() {
return contactFaxNumber;
}
public void setContactFaxNumber(boolean contactFaxNumber) {
this.contactFaxNumber = contactFaxNumber;
}
public boolean isContactCellNumber() {
return contactCellNumber;
}
public void setContactCellNumber(boolean contactCellNumber) {
this.contactCellNumber = contactCellNumber;
}
public boolean isContactEmailAddress() {
return contactEmailAddress;
}
public void setContactEmailAddress(boolean contactEmailAddress) {
this.contactEmailAddress = contactEmailAddress;
}
public boolean isTolerancePlus() {
return tolerancePlus;
}
public void setTolerancePlus(boolean tolerancePlus) {
this.tolerancePlus = tolerancePlus;
}
public boolean isToleranceMinus() {
return toleranceMinus;
}
public void setToleranceMinus(boolean toleranceMinus) {
this.toleranceMinus = toleranceMinus;
}
public boolean isTransShipmentAllowed() {
return transShipmentAllowed;
}
public void setTransShipmentAllowed(boolean transShipmentAllowed) {
this.transShipmentAllowed = transShipmentAllowed;
}
public boolean isPartShipmentAllowed() {
return partShipmentAllowed;
}
public void setPartShipmentAllowed(boolean partShipmentAllowed) {
this.partShipmentAllowed = partShipmentAllowed;
}
public boolean isPaymentTerm() {
return paymentTerm;
}
public void setPaymentTerm(boolean paymentTerm) {
this.paymentTerm = paymentTerm;
}
public boolean isPaymentMethod() {
return paymentMethod;
}
public void setPaymentMethod(boolean paymentMethod) {
this.paymentMethod = paymentMethod;
}
public boolean isEstimatedPaymentBasis() {
return estimatedPaymentBasis;
}
public void setEstimatedPaymentBasis(boolean estimatedPaymentBasis) {
this.estimatedPaymentBasis = estimatedPaymentBasis;
}
public boolean isActualPaymentBasis() {
return actualPaymentBasis;
}
public void setActualPaymentBasis(boolean actualPaymentBasis) {
this.actualPaymentBasis = actualPaymentBasis;
}
public boolean isCurrency() {
return currency;
}
public void setCurrency(boolean currency) {
this.currency = currency;
}
public boolean isIncoterm() {
return incoterm;
}
public void setIncoterm(boolean incoterm) {
this.incoterm = incoterm;
}
public boolean isFreightForwarder() {
return freightForwarder;
}
public void setFreightForwarder(boolean freightForwarder) {
this.freightForwarder = freightForwarder;
}
public boolean isClearingAgent() {
return clearingAgent;
}
public void setClearingAgent(boolean clearingAgent) {
this.clearingAgent = clearingAgent;
}
public boolean isTransporter() {
return transporter;
}
public void setTransporter(boolean transporter) {
this.transporter = transporter;
}
public boolean isAllowPartShipment() {
return partShipmentAllowed;
}
public void setAllowPartShipment(boolean partShipmentAllowed) {
this.partShipmentAllowed = partShipmentAllowed;
}
public boolean isAllowTransShipment() {
return transShipmentAllowed;
}
public void setAllowTransShipment(boolean transShipmentAllowed) {
this.transShipmentAllowed = transShipmentAllowed;
}
public boolean isPresentationDays() {
return presentationDays;
}
public void setPresentationDays(boolean presentationDays) {
this.presentationDays = presentationDays;
}
public boolean isPlaceOfExpiry() {
return placeOfExpiry;
}
public void setPlaceOfExpiry(boolean placeOfExpiry) {
this.placeOfExpiry = placeOfExpiry;
}
public boolean isAdvisingBank() {
return advisingBank;
}
public void setAdvisingBank(boolean advisingBank) {
this.advisingBank = advisingBank;
}
public boolean isName() {
return name;
}
public void setName(boolean name) {
this.name = name;
}
public boolean isReference() {
return reference;
}
public void setReference(boolean reference) {
this.reference = reference;
}
public boolean isUnitPricePerItem() {
return unitPricePerItem;
}
public void setUnitPricePerItem(boolean unitPricePerItem) {
this.unitPricePerItem = unitPricePerItem;
}
public boolean isCompanyRegistrationNumber() {
return companyRegistrationNumber;
}
public void setCompanyRegistrationNumber(boolean companyRegistrationNumber) {
this.companyRegistrationNumber = companyRegistrationNumber;
}
public boolean isSalesTaxRegistrationNumber() {
return salesTaxRegistrationNumber;
}
public void setSalesTaxRegistrationNumber(boolean salesTaxRegistrationNumber) {
this.salesTaxRegistrationNumber = salesTaxRegistrationNumber;
}
public boolean isVatRegistrationNumber() {
return vatRegistrationNumber;
}
public void setVatRegistrationNumber(boolean vatRegistrationNumber) {
this.vatRegistrationNumber = vatRegistrationNumber;
}
public boolean isLcToleranceAbove() {
return lcToleranceAbove;
}
public void setLcToleranceAbove(boolean lcToleranceAbove) {
this.lcToleranceAbove = lcToleranceAbove;
}
public boolean isLcToleranceBelow() {
return lcToleranceBelow;
}
public void setLcToleranceBelow(boolean lcToleranceBelow) {
this.lcToleranceBelow = lcToleranceBelow;
}
public boolean isWarehouseCode() {
return warehouseCode;
}
public void setWarehouseCode(boolean warehouseCode) {
this.warehouseCode = warehouseCode;
}
}