
com.talanlabs.taskmanager.example.component.business.CustomerOrderFields Maven / Gradle / Ivy
The newest version!
// 9/12/17 2:52:39 PM - Generating fields from com.talanlabs.taskmanager.example.component.business.ICustomerOrder
package com.talanlabs.taskmanager.example.component.business;
import com.talanlabs.component.field.*;
import com.talanlabs.component.helper.*;
@com.talanlabs.component.annotation.GeneratedFrom(com.talanlabs.taskmanager.example.component.business.ICustomerOrder.class)
@javax.annotation.Generated("com.talanlabs.component.annotation.processor.ComponentBeanProcessor")
public final class CustomerOrderFields {
private CustomerOrderFields() { super(); }
public static final String CLASS_NAME = "com.talanlabs.taskmanager.example.component.business.ICustomerOrder";
public static final String id = "id";
private static IField id_ = null;
public static synchronized IField id() { if (id_ == null) { id_ = new DefaultField(id); } return id_; }
public static final String version = "version";
private static IField version_ = null;
public static synchronized IField version() { if (version_ == null) { version_ = new DefaultField(version); } return version_; }
public static final String status = "status";
private static IField status_ = null;
public static synchronized IField status() { if (status_ == null) { status_ = new DefaultField(status); } return status_; }
public static final String customerOrderNo = "customerOrderNo";
private static IField customerOrderNo_ = null;
public static synchronized IField customerOrderNo() { if (customerOrderNo_ == null) { customerOrderNo_ = new DefaultField(customerOrderNo); } return customerOrderNo_; }
public static final String reference = "reference";
private static IField reference_ = null;
public static synchronized IField reference() { if (reference_ == null) { reference_ = new DefaultField(reference); } return reference_; }
public static final String confirmed = "confirmed";
private static IField confirmed_ = null;
public static synchronized IField confirmed() { if (confirmed_ == null) { confirmed_ = new DefaultField(confirmed); } return confirmed_; }
public static final String cancelled = "cancelled";
private static IField cancelled_ = null;
public static synchronized IField cancelled() { if (cancelled_ == null) { cancelled_ = new DefaultField(cancelled); } return cancelled_; }
public static final String dateClosed = "dateClosed";
private static IField dateClosed_ = null;
public static synchronized IField dateClosed() { if (dateClosed_ == null) { dateClosed_ = new DefaultField(dateClosed); } return dateClosed_; }
public static final class SubFields {
private String parentName;
public SubFields(String parentName) { super(); this.parentName = parentName; }
private IField id_ = null;
public synchronized IField id() { if (id_ == null) { id_ = new DefaultField(ComponentHelper.PropertyDotBuilder.build(parentName,id)); } return id_; }
private IField version_ = null;
public synchronized IField version() { if (version_ == null) { version_ = new DefaultField(ComponentHelper.PropertyDotBuilder.build(parentName,version)); } return version_; }
private IField status_ = null;
public synchronized IField status() { if (status_ == null) { status_ = new DefaultField(ComponentHelper.PropertyDotBuilder.build(parentName,status)); } return status_; }
private IField customerOrderNo_ = null;
public synchronized IField customerOrderNo() { if (customerOrderNo_ == null) { customerOrderNo_ = new DefaultField(ComponentHelper.PropertyDotBuilder.build(parentName,customerOrderNo)); } return customerOrderNo_; }
private IField reference_ = null;
public synchronized IField reference() { if (reference_ == null) { reference_ = new DefaultField(ComponentHelper.PropertyDotBuilder.build(parentName,reference)); } return reference_; }
private IField confirmed_ = null;
public synchronized IField confirmed() { if (confirmed_ == null) { confirmed_ = new DefaultField(ComponentHelper.PropertyDotBuilder.build(parentName,confirmed)); } return confirmed_; }
private IField cancelled_ = null;
public synchronized IField cancelled() { if (cancelled_ == null) { cancelled_ = new DefaultField(ComponentHelper.PropertyDotBuilder.build(parentName,cancelled)); } return cancelled_; }
private IField dateClosed_ = null;
public synchronized IField dateClosed() { if (dateClosed_ == null) { dateClosed_ = new DefaultField(ComponentHelper.PropertyDotBuilder.build(parentName,dateClosed)); } return dateClosed_; }
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy