com.opnworks.timesheet.serializers
Interface IXmlTimesheet

All Known Implementing Classes:
XmlSerializer

public interface IXmlTimesheet

Interface that contains constants for XML serializing of Timesheet objects

Author:
Laurent

Field Summary
static java.lang.String ADDRESS_1
          Description of the Field
static java.lang.String ADDRESS_2
          Description of the Field
static java.lang.String ATT_ENDDATE
          Description of the Field
static java.lang.String ATT_HOURS
          Description of the Field
static java.lang.String ATT_INDEX
          Description of the Field
static java.lang.String ATT_NAME
          Description of the Field
static java.lang.String ATT_STARTDATE
          Description of the Field
static java.lang.String ATT_VALUE
          Description of the Field
static java.lang.String CITY
          Description of the Field
static java.lang.String COUNTRY
          Description of the Field
static java.lang.String FIRST_NAME
          Description of the Field
static java.lang.String INVOICE_CUSTOMER
          Description of the Field
static java.lang.String INVOICE_LINE_ITEMS
          Description of the Field
static java.lang.String INVOICE_ROOT
          Description of the Field
static java.lang.String NAME
          Description of the Field
static java.lang.String POSTAL_CODE
          Description of the Field
static java.lang.String PROVINCE_STATE
          Description of the Field
static java.lang.String STREET_ADDRESS
          Description of the Field
static java.lang.String TIMESHEET_ACTIVITY_TYPE
          Description of the Field
static java.lang.String TIMESHEET_DAY
          Description of the Field
static java.lang.String TIMESHEET_HOURS
          Description of the Field
static java.lang.String TIMESHEET_LINEITEM
          Description of the Field
static java.lang.String TIMESHEET_NOTE
          Description of the Field
static java.lang.String TIMESHEET_PROJECT
          Description of the Field
static java.lang.String TIMESHEET_SPONSOR
          Description of the Field
static java.lang.String TIMESHEET_STATE
          Description of the Field
static java.lang.String TIMESHEET_WEEK
          Description of the Field
 

Field Detail

TIMESHEET_STATE

public static final java.lang.String TIMESHEET_STATE
Description of the Field

See Also:
Constant Field Values

TIMESHEET_WEEK

public static final java.lang.String TIMESHEET_WEEK
Description of the Field

See Also:
Constant Field Values

TIMESHEET_NOTE

public static final java.lang.String TIMESHEET_NOTE
Description of the Field

See Also:
Constant Field Values

TIMESHEET_LINEITEM

public static final java.lang.String TIMESHEET_LINEITEM
Description of the Field

See Also:
Constant Field Values

TIMESHEET_PROJECT

public static final java.lang.String TIMESHEET_PROJECT
Description of the Field

See Also:
Constant Field Values

TIMESHEET_SPONSOR

public static final java.lang.String TIMESHEET_SPONSOR
Description of the Field

See Also:
Constant Field Values

TIMESHEET_HOURS

public static final java.lang.String TIMESHEET_HOURS
Description of the Field

See Also:
Constant Field Values

TIMESHEET_DAY

public static final java.lang.String TIMESHEET_DAY
Description of the Field

See Also:
Constant Field Values

TIMESHEET_ACTIVITY_TYPE

public static final java.lang.String TIMESHEET_ACTIVITY_TYPE
Description of the Field

See Also:
Constant Field Values

ATT_NAME

public static final java.lang.String ATT_NAME
Description of the Field

See Also:
Constant Field Values

ATT_VALUE

public static final java.lang.String ATT_VALUE
Description of the Field

See Also:
Constant Field Values

ATT_STARTDATE

public static final java.lang.String ATT_STARTDATE
Description of the Field

See Also:
Constant Field Values

ATT_ENDDATE

public static final java.lang.String ATT_ENDDATE
Description of the Field

See Also:
Constant Field Values

ATT_INDEX

public static final java.lang.String ATT_INDEX
Description of the Field

See Also:
Constant Field Values

ATT_HOURS

public static final java.lang.String ATT_HOURS
Description of the Field

See Also:
Constant Field Values

INVOICE_ROOT

public static final java.lang.String INVOICE_ROOT
Description of the Field

See Also:
Constant Field Values

INVOICE_CUSTOMER

public static final java.lang.String INVOICE_CUSTOMER
Description of the Field

See Also:
Constant Field Values

STREET_ADDRESS

public static final java.lang.String STREET_ADDRESS
Description of the Field

See Also:
Constant Field Values

INVOICE_LINE_ITEMS

public static final java.lang.String INVOICE_LINE_ITEMS
Description of the Field

See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
Description of the Field

See Also:
Constant Field Values

FIRST_NAME

public static final java.lang.String FIRST_NAME
Description of the Field

See Also:
Constant Field Values

ADDRESS_1

public static final java.lang.String ADDRESS_1
Description of the Field

See Also:
Constant Field Values

ADDRESS_2

public static final java.lang.String ADDRESS_2
Description of the Field

See Also:
Constant Field Values

CITY

public static final java.lang.String CITY
Description of the Field

See Also:
Constant Field Values

PROVINCE_STATE

public static final java.lang.String PROVINCE_STATE
Description of the Field

See Also:
Constant Field Values

COUNTRY

public static final java.lang.String COUNTRY
Description of the Field

See Also:
Constant Field Values

POSTAL_CODE

public static final java.lang.String POSTAL_CODE
Description of the Field

See Also:
Constant Field Values